avvari-da / contact-book-api

Rails API backend for Contacts Book App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Rails API backend for Contacts Book App

License:MIT License


Languages

Language:Ruby 99.5%Language:HTML 0.5%