Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nikolalsvk/restaurant-reservations

Ruby on Rails project for Internet Software Architecture course
https://github.com/nikolalsvk/restaurant-reservations

activerecord postgresql rails reservation ruby

Last synced: about 1 month ago
JSON representation

Ruby on Rails project for Internet Software Architecture course

Awesome Lists containing this project

README

        

[![Build Status](https://semaphoreci.com/api/v1/nikolalsvk/restaurant-reservations/branches/master/shields_badge.svg)](https://semaphoreci.com/nikolalsvk/restaurant-reservations)

# 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
```
2. Create database
```
$ bundle exec rake db:create db:migrate db:test:prepare
```
3. Seed some users and restaurants
```
$ bundle exec rake db:seed
```
4. Run Rails server
```
$ bundle exec rails s
```
5. Visit [http://localhost:3000/](http://localhost:3000/)