kanhaiyasingh12/strapi-backend — reverse-engineered prompt
Reverse engineered prompt
Build me a simple Strapi backend that feels ready to use as a headless CMS, not just an empty starter. I want the admin panel working, the API available, and the project easy to run locally and easy to deploy later.
Please wire up the environment settings properly, make sure it can run with Docker as well as the normal npm or yarn commands, and leave it in a state where I can build and start it without extra cleanup. If the repo does not already have real content models, add a couple of very basic example collections so I can log into the admin, create content, and confirm the API is returning data.
Keep the setup clean and practical, with sensible defaults, and make sure the project includes the little things needed for a smooth first run. If anything is unclear, look up the current Strapi docs online and follow the standard approach.
Want more depth? Deep Reverse