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.
We support the following environment setups:
Here's how you get the app running:
- Install project gems with
bundler
:
bundle install
- Create your development database:
bundle exec rake db:migrate
- Create your test database:
bundle exec rake db:test:prepare
- Run the
rspec
test suite:
bundle exec rspec
- Start the development server:
rails server
- Navigate to
http://localhost:3000/
to view the site!
This project is available as open source under the terms of the MIT License.