unicefkenya/da_api — reverse-engineered prompt
Reverse engineered prompt
Build me a Digital Attendance API for schools, based on this repo.
I want a simple backend that lets schools manage students, teachers, classes, streams, counties, schools, and partner organizations. It should let a teacher or school admin enrol students, record daily attendance for each student, move students between streams, promote students by stream, and export attendance data for a school.
Please make it work like a practical API that could support a mobile app that works online or offline, plus a separate dashboard. Keep it focused on the backend, with clear endpoints, sensible data models, and basic validation. Include setup instructions so I can run it locally, and add a small amount of sample data so I can test the main flows quickly.
Use the existing project as the starting point, fix anything broken or outdated that stops it running, and look up current docs online if you need to.
Want more depth? Deep Reverse