Skip to content
This repository has been archived by the owner on May 19, 2020. It is now read-only.

Latest commit

 

History

History
12 lines (11 loc) · 362 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 362 Bytes

contact-book-api

Rails API backend for Contacts Book App

Steps to install

  • Clone the repo to your local folder (lets say, contact-book-api)
  • cd contact-book-ap1/
  • bundle install
  • rake db:create
  • rake db:migrate
  • rake db:migrate RAILS_ENV=test
  • rails s - To start the server on http://localhost:3000
  • bundle exec rspec - To run tests