CRUD Application with a Real Database
~12h estimatedBuild an app that stores data properly and survives a refresh.
Pick a domain you understand. Model the data first — the schema is the decision you will live with longest. Then build the screens.
Assessed against
- Create, read, update and delete, all working
- A relational schema with at least three related tables
- Server-side validation, not just client-side
- Deployed to a public URL
You'll finish with
- GitHub repo
- Live URL