Skip to content

nikolalsvk/restaurant-reservations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

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/