restaurant-reservations

Ruby on Rails project for Internet Software Architecture course

Stars
8

Restaurant Reservations

Ruby on Rails project for Internet Software Architecture subject on Faculty of Technical Sciences in Novi Sad.

App lets you reserve tables at restaurants, invite friends to eat and rate restaurants after you visit them.

How to run?

  1. Install gems with:
$ bundle
  1. Create database
$ bundle exec rake db:create db:migrate db:test:prepare
  1. Seed some users and restaurants
$ bundle exec rake db:seed
  1. Run Rails server
$ bundle exec rails s
  1. Visit http://localhost:3000/