/booker

Primary LanguageRuby

Booker

Installation

Bundler: bundle install
Migrations: bundle exec rails db:create db:migrate

Usage

Run application: bundle exec rails s

Documentation / Endpoints

Via Swagger at: http://localhost:3000/api-docs

Specs

To run specs: bundle exec rspec spec