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

avvari-da/contact-book-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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