boweihan / seat-yourself

Rails app for better restaurant reservations using Ruby, Rails, JavaScript, HTML, CSS and SQLITE3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

SEAT YOURSELF is a rails app designed to allow users to make better reservations online.

The app involved four models - restaurant, reservation, user, superuser - and used a variety of RESTful and MVC principles to be operational.

The challenges with an application like this lie in validation (i.e. having so many input fields that can be broken by a user) and problem solving initiative on behalf of the restaurant owners (to deal with issues like booking frequency, acceptable booking hours, restaurant capacity, etc ++++).

If you have any questions, message me!

About

Rails app for better restaurant reservations using Ruby, Rails, JavaScript, HTML, CSS and SQLITE3


Languages

Language:Ruby 61.8%Language:HTML 31.2%Language:CSS 4.1%Language:CoffeeScript 1.8%Language:JavaScript 1.1%