SomratChandraRoy/schoolproject — reverse-engineered prompt
Reverse engineered prompt
Build me a project called SOPNA with a web frontend, backend API, and admin panel. I want it to run locally with Docker so I can open the main site, the API, and the admin dashboard on localhost without fighting setup. Include sensible environment example files, database migrations on startup, static file handling, and a first time admin user so I can log in and manage things, but make it clear the password must be changed.
Add Stripe plan and payment support for production, with configuration kept in environment variables. Also set it up so it can be deployed to DigitalOcean in production using Docker, Kubernetes, and GitHub Actions. Please include clear run and deployment notes for local development and live deployment. Keep the app structure clean with separate frontend and backend folders, and look up current docs online if you need to.
Want more depth? Deep Reverse