Releases: BedirAvsar/task-api
Releases · BedirAvsar/task-api
Initial release
Initial version of the Task API.
This release includes:
- JWT-based authentication (register & login)
- User-specific task management
- PostgreSQL integration
- Docker support
- CI pipeline with GitHub Actions
- Automated tests with isolated test database
The project demonstrates core backend development concepts such as API design, authentication, database interaction, and basic production practices.