A blogging application. Formatted as a demonstration of the following:
- MVP branch
- Sprint 1 branch: Planning documents, project skeleton (working server)
- Sprint 2 branch: MVP
- Sprint 3 branch: Final
- Master branch: Full featured app
All data is user generated. No external APIs. I will use fake data for the MVP.
Resources:
TODO:
- User can update ONLY their profile
- User can update ONLY their own articles
- Password hashing
- Comment system
- User validation: Check session user against form user
- Updates without page reloads
- Sort by last time modified.