/rails-contacts-app

Rails Contacts App to keep RoR skills fresh.

Primary LanguageRuby

Contacts App

This project is built with Ruby on Rails.

Description:

A web app that holds your contacts name and number with CRUD functionality.

Prerequisites

  • Node v6.11.0
  • NPM >= v5.3.0
  • Gemfile

Spin up

bundle install
rails db:migrate
rails db:seed

Staging

You'll need to run rails server to run the Contacts in your browser by opening a new terminal tab and running:

rails s