A simple API service for quiz master app using Rails 4.2.
- clone the repo
git clone [email protected]:ryanermita/Quiz-Master.git
- install the project dependencies by running this command:
bundle install
- run the project using this command:
rails s
- the shoule be accessible in http://localhost:3000
Run api tests:
rspec -fd spec/api/
Run model tests:
rspec -fd spec/model/