henringo/USYD-AI-for-SydneyCourse-Unit-of-Study-Portal — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a local web app for University of Sydney students that acts like a study planning assistant. I want people to be able to sign up, log in, add and browse units of study, upload or process transcript data into a usable academic record, see their current and projected WAM, try simple what if planning, manage a calendar with study events and assignments, and get AI help for unit recommendations, a study chatbot, and rubric based assignment marking feedback.

Please wire up the frontend, backend, and Postgres so it all runs properly on localhost with the existing setup, including Docker for the database. Keep auth protected where it should be, make the main flows actually work end to end, and use environment variables for secrets like the AI key. If some logic is only partly there, fill in sensible defaults so the app feels complete and demo ready.

Please also leave clear run instructions and sanity check the main user journeys. Look up current docs online if you need to.

Want more depth? Deep Reverse