v0.0.0 – Backend Initial Setup & Authentication
Description
This release marks the first stable version of the To-Do List backend.
It includes the complete initial setup with Docker and Docker Compose, a fully configured MySQL database with seed data, and a modular FastAPI architecture.
Key Features
- ✅ Authentication with JWT and secure password hashing
- ✅ User, Project, and Task schemas and seed data
- ✅ Dockerized environment (API + MySQL)
- ✅ Initial automated tests for authentication routes
- ✅ Documentation covering backend proposal, architecture, and Docker setup
Goal
Provide a solid foundation for future feature development and testing, ensuring scalability, maintainability, and secure user management from the very first release.