This is the backend API for the timing tool app. The Timinig tool app is a MAC application used for timing your daily activities, tasks, and projects.
Run locally: bundle exec foreman start
and then view it on http://localhost:3000
Run all tests: bundle exec rspec
or running guard for continous testing bundle exec guard
.
Deployment is done via CI/CD.
Errors and exceptions are collected via Sentry.io.