Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 545 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 545 Bytes

Timing tool API

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.

Development

Run locally: bundle exec foreman start and then view it on http://localhost:3000

Testing

Run all tests: bundle exec rspec or running guard for continous testing bundle exec guard.

Deployment

Deployment is done via CI/CD.

Errors / Exceptions

Errors and exceptions are collected via Sentry.io.