In development - This project is actively being developed and is in an ongoing state.
Ruby on Rails api to track activities and time spent on them.
Development
-
ruby 3.2.2
-
Rails 7.1.2
-
Gems:
-
To start using the api, run the following commands:
bundle install
rails db:create db:migrate db:seed
rails s
- To access the openapi documentation, go to http://localhost:3000/api-docs/index.html