IMGIITRoorkee/omniport-backend ? reverse-engineered prompt
Reverse engineered prompt
Build me the backend for an all in one college portal, something that can power a student and institute web app with login, APIs, and real time features.
I want it built in Django, with a REST API for the normal app stuff and websocket support for live updates. It should be set up so it can run cleanly with a production style server setup, and it should feel ready to use in a Docker based deployment since that’s the preferred way to install it. Include the basic project structure, app wiring, auth, and the pieces needed for an educational institute portal backend, like user management and room for different modules later.
If anything is unclear, use the existing docs and look up current Django best practices online if you need to. Keep it practical and make sure the project boots without weird manual steps.
Are you gonna build this?
make sure you review the code using coderabbit