Skip to content

AhmedSamirOuf/Build-a-RESTful-JSON-API-With-Rails-5

Repository files navigation

README

A step by step to build a RESTful JSON Api in rails 5 Things you may want to cover:

  • Clone the project

run the tests using command

$ bundle exec rspec

make the bash files executables

$ chmod +x scripts/*.bash

setup precommit and prehooks

$ ./scripts/install-hooks.bash