Skip to content

winnipegrb/just_chew

Repository files navigation

Just Chew

Build Status

Just Chew is the starter project for the Winnipeg Ruby User Group lab meetups. Code along with us and learn something new! You can find the schedule for our next lab over on our meetup page.

This app is a clone of food order/delivery services such as Just Eat or Skip The Dishes. This project is built for educational purposes only.

Prerequisites

We support the following environment setups:

Getting Started

Here's how you get the app running:

  1. Install project gems with bundler:
bundle install
  1. Create your development database:
bundle exec rake db:migrate
  1. Create your test database:
bundle exec rake db:test:prepare
  1. Run the rspec test suite:
bundle exec rspec
  1. Start the development server:
rails server
  1. Navigate to http://localhost:3000/ to view the site!

License

This project is available as open source under the terms of the MIT License.