###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
- Clone the repository.
git clone https://github.com/Egogre/drinking_dash.git
- Move into that directory.
cd drinking_dash
- Install gem dependencies.
bundle install
- Make sure you have Postgres installed on your computer. We recommend either installing it through the Postgres.app or Homebrew
- Create and seed the database.
rake db:create db:seed
- 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 Climate