Jadj22/application-gestion-backend ? reverse-engineered prompt
Reverse engineered prompt
Build me a backend for a simple application management system.
I want a Python web app that can handle user accounts and the basic project flow for creating, listing, and viewing projects and screens. It should have a working admin or API style backend, with endpoints I can test easily from a client file, and it should be set up so I can run it locally with a clean environment file.
There are also some existing schema files and generated request and response examples, so please wire things up in a way that follows those contracts and make sure the main flows work end to end. If anything is unclear, use the existing files as the source of truth and look up current docs online if needed. Set it up so it’s easy to extend later for invitations and dashboard related features too.
Are you gonna build this?
make sure you review the code using coderabbit