Skip to content

v0.0.0 – Backend Initial Setup & Authentication

Choose a tag to compare

@matheusAFONSECA matheusAFONSECA released this 30 Sep 12:19
· 21 commits to main since this release
c0c6f02

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.