/drinking_dash

http://tutorials.jumpstartlab.com/projects/dinner_dash.html

Primary LanguageJavaScript

###Drinking Dash

####Overview

Drinking Dash is our version of the Dinner Dash tutorial themed as a bar with in restaruant online ordering.

####Instructions

#####Setuping Locally

  1. Clone the repository. git clone https://github.com/Egogre/drinking_dash.git
  2. Move into that directory. cd drinking_dash
  3. Install gem dependencies. bundle install
  4. Make sure you have Postgres installed on your computer. We recommend either installing it through the Postgres.app or Homebrew
  5. Create and seed the database. rake db:create db:seed
  6. Start the Rails sever. rails s

####Test Version Running Tests

rake db:migrate
rake db:test:load

To purge the test database - run

rake db:test:purge

#####Version in Production Visit this heroku site for a live version.

####Code Quality

#####SimpleCov

Code Coverage

#####Code Climate

link