Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 342 Bytes

File metadata and controls

23 lines (17 loc) · 342 Bytes

William Situ Friday, Nov 15, 2019

Contacts application for adding and removing contacts. Inspiration from my phone's phone app.

Running on Rails 5.1.7

REQUIRED

  • Ruby
  • SQlite3
    • macs: brew install sqlite3

SETUP

  • rails db:setup
  • bundle install

STARTING UP

  • rails s
  • go to localhost:3000

TESTING

  • rails test