- Ruby 3.2.2
- Bundler
- Clone the repository
- Install dependencies:
bundle install
- Set up the database:
rails db:create db:schema:load
- Load some example data:
rails db:seed
- Start the server:
rails s
A swagger documentation is available under http://localhost:3000/swagger
Run the test suite with the following command: rails spec