Skip to content

I've created this simple Rails Rest API to be able to experiment testing with rspec-rails, factory_bot_rails and shoulda-matchers

Notifications You must be signed in to change notification settings

louro-ines/bookshelf

Repository files navigation

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

About

I've created this simple Rails Rest API to be able to experiment testing with rspec-rails, factory_bot_rails and shoulda-matchers

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published