Skip to content

Releases: BryanMorgan/time-tracking-api

Updated dependencies

10 Apr 17:02
Compare
Choose a tag to compare

Bump dependencies to the latest minor versions

Initial API

01 Nov 22:18
Compare
Choose a tag to compare

Initial time tracking API. Work with the React reference app at https://github.com/BryanMorgan/time-tracking-app.

Includes REST endpoints for all the major functional areas:

  • Auth
  • Profile management
  • Account management
  • Time tracking
  • Projects
  • Clients
  • Tasks
  • Reporting
  • Ping

Includes some unit and integration tests, along with a comprehensive set of Postman functional tests.

Includes a docker-compose.yml configuration to run via Docker for faster startup.