jshumakerpruitt / ContactsAPI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CodeContacts

Rails API for contacts app.

setup

  • git clone https://jshumakerpruitt/ContactsAPIi
  • cd ContactsAPI
  • bundle install
  • rake db:create
  • rake db:migrate
  • rake db:seed
  • rails s -p 3001

Development

  • Watch tests with bundle exec guard
  • Demo account email: demo@fake.com password: demouser

About


Languages

Language:Ruby 99.5%Language:HTML 0.5%