soft-circles / menU

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

MenU

ruby version 2.3.3

Rails 5.1.4

Getting Started:

  1. Unzip the project

  2. In your command line, navigate to the folder containing this readme

  3. Run the following command: bundle install

  4. Then run the copy the following into your command line:

rails db:create && rails db:migrate && rails db:seed

  1. Run this command: rails s

  2. Open localhost:3000 in your browser

  3. Log in as an admin with the following user information at the log-in page

email: user@site.com password: password

  1. Run the test suite by entering the following command: rails spec

About


Languages

Language:Ruby 71.7%Language:HTML 26.7%Language:JavaScript 1.2%Language:CSS 0.3%Language:CoffeeScript 0.2%