+ 1

Headless CMS

Now I selected Strapi but still finding issues using it am caught up after creating a project

20th Sep 2025, 3:22 PM
ANUBIS DIGITAL
ANUBIS DIGITAL - avatar
3 Respostas
+ 1
Steve Morin kindly resist the temptation to spam conversations with unrelated links.
21st Sep 2025, 1:23 PM
Brian
Brian - avatar
0
Please provide more details. 1) What programming stack/language do you want to use? Or do you want to skip programming altogether and just configure an API in a ready-made tool (CMS)? 2) Where will this API be used? On a website, in a mobile app, on a TV, in a chatbot, or all three? 3) Are you looking for a self-hosted solution or a cloud service? For example, if you're writing in Python, you could use 1) Django + Django REST framework or 2) Django + GraphQL.
20th Sep 2025, 5:43 PM
4ster
4ster - avatar
0
ANUBIS DIGITAL, could be kindly describe the exact nature of the issue you are facing? Database configuration issues, admin login issues and port conflicts etc. happen to be quite common. I suggest, you always read the terminal logs as Strapi is very verbose about errors and use the official documentation: https://docs.strapi.io. It is also advised that you start with SQLite for local projects before moving to MySQL/PostgreSQL. Also, as 4ster said, consider enabling REST or GraphQL based on your front-end needs You might want to visit these links: https://docs.strapi.io/cms/quick-start https://strapi.io/blog/categories/tutorials https://sachini-dissanayaka.medium.com/getting-started-with-strapi-a-beginners-guide-2464ba706b0e https://www.w3schools.com/nodejs/
21st Sep 2025, 5:20 PM
Ushasi Bhattacharya