README

Getting started

To setup this API on your local, ensure you have ruby and rails installed and follow the steps:

  • Ruby version ruby v3.1.0

  • Rails version rails v7.0.3.1

  • Database creation and initialization

  rails db:create db:migrate db:seed
  • How to run the test suite
  rspec
  • How to start your localhost:3000 server
  rails s

Now you can follow the API documentation