Skip to content

Releases: BedirAvsar/task-api

Initial release

21 Mar 20:38
143cabc

Choose a tag to compare

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.