desoleary / team_lunch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Team Lunch Application

Team lunch is a simple application which involves the setting up of several models in order to streamline the order process. It should be noted that a few considerations were made when coming up with this design. It is more complex than otherwise could have performed, I realize this but wanted to push my understanding of ruby & rails concepts hence the extra complexities.

Installation

Installing and running team lunch application

git clone git@github.com:desoleary/team_lunch.git
bundle

Setup the database

bin/rake db:migrate
bin/rake db:populate

Run the application

rails s

About


Languages

Language:Ruby 79.5%Language:HTML 18.3%Language:CoffeeScript 1.0%Language:CSS 0.7%Language:JavaScript 0.5%