Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 518 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 518 Bytes

README

Ruby on Rails Rest API of a Bookshelf

Getting started

  • Install the Ruby version 2.7.3 (manually or using rvm for example)

  • Install PostgreSQL (for example via brew)

  • Run bundle install to install all the necessary gems

  • Create the database with rails db:create followed by rails db:migrate and rails db:seed

  • Start the server with rails s

  • Try http://127.0.0.1:3000/

Aditional info

  • Run rspec to see all the tests that are in place