Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 310 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 310 Bytes

Venues API

venues-api is a simple reservations api that allow users to create reservations in deifferent venues and a lot of other functionalities.

Technologies used:

  • Ruby on Rails
  • Postgresql
  • RSpec

Install dependencies

$ bundle install

Run migration

$ rails db:migrate