https://github.com/boweihan/seat-yourself
Rails app for better restaurant reservations using Ruby, Rails, JavaScript, HTML, CSS and SQLITE3
https://github.com/boweihan/seat-yourself
Last synced: 2 months ago
JSON representation
Rails app for better restaurant reservations using Ruby, Rails, JavaScript, HTML, CSS and SQLITE3
- Host: GitHub
- URL: https://github.com/boweihan/seat-yourself
- Owner: boweihan
- Created: 2016-07-01T21:41:39.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-01T21:47:37.000Z (almost 9 years ago)
- Last Synced: 2025-01-31T09:45:40.204Z (4 months ago)
- Language: Ruby
- Homepage:
- Size: 195 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rdoc
Awesome Lists containing this project
README
== 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!