-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
POC -> Add CMS integration -> Contentful/Strapi #44
Comments
@ekas @jaswantsandhu Please explain why we are going for CMS? |
@Neha For Easy Content Management. |
@ekas I have worked on strapi earlier, so will be able to work on this issue |
Please go ahead. This is a POC. we are looking for:
I would suggest to fork and clone the repo. Run at localhost, to see the UI. We don't have backend as of now. But it will give you an idea on how our website is. Please feel free to start a discussion or contact over discord to discuss this more |
We can start with Meetups |
I noticed that @ssm0801 has already started on this, but I wanted to let you know that Strapi offers two versions: a self-hosted option and a cloud-based version. If we choose the self-hosted option, we likely won't incur significant costs. However, the cloud-based version costs almost $29 per developer per month, which seems quite expensive to me. I would recommend going with the self-hosted option. What do you think? |
@ssm0801 Have you raised a PR for the setup? I would like to take a look. Happy to help if you need anything in it. |
@samarpanda we need new repo for strapi |
Yes, have you created one? |
I don't have access |
Thank you @mukeshyadav @samarpanda @ssm0801 Thank you for your inputs. I will create a new repo for you. Any name you would prefer? |
@Neha we can have jslovers-strapi-cms |
How about 'jsl-strapi'? (jsl prefix for jslovers) 😊 |
I recommend replacing Strapi with something like |
@mukeshyadav sure. Let me pick one name out of it. |
@Neha Is the new repo created ? |
@ssm0801 https://github.com/jslovers/jsl-admin here you go. apologies for the delay. I was traveling |
In reference to issue #38 regarding the database, Strapi has officially dropped support for MongoDB from v4 (https://strapi.io/blog/mongo-db-support-in-strapi-past-present-and-future). If we want to use Strapi then we might need to use SQL database (MySQL, PostgreSQL, SQLite) or use another CMS that has support for MongoDB (PayloadCMS is the one I am aware of which supports MongoDB). Additionally, we don't need to use any ORM if we use Strapi or Payload as both have inbuilt ORM. |
No description provided.
The text was updated successfully, but these errors were encountered: