ajkouva/StudentManagement ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple full stack student management app where teachers can sign up, log in, and manage student records, and students can log in to view their own profile. I want secure login with cookies, password hashing, and different access for teachers and students so people only see what they’re supposed to see.
Teachers should be able to add a student with details like name, email, subject, and roll number, and the app should save everything to a PostgreSQL database. Please include a clean teacher dashboard in the frontend, plus basic pages for login, registration, and profile views. Make sure the app handles errors well, protects private routes, and logs users out properly.
If you need to, look up the current docs for any library details, but keep the app straightforward and easy to run locally.
Are you gonna build this?
make sure you review the code using arcumet