https://github.com/oblosys/restaurant-reservations-2013
Web application for managing reservations in a restaurant
https://github.com/oblosys/restaurant-reservations-2013
Last synced: 2 months ago
JSON representation
Web application for managing reservations in a restaurant
- Host: GitHub
- URL: https://github.com/oblosys/restaurant-reservations-2013
- Owner: Oblosys
- Created: 2014-03-25T17:29:47.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2023-05-24T12:25:56.000Z (almost 2 years ago)
- Last Synced: 2025-01-17T07:08:58.212Z (4 months ago)
- Language: JavaScript
- Size: 790 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Restaurant reservations
=======================A small web application for managing reservations at a restaurant. It consists of a calendar page for viewing and managing reservations, as well as a page that clients can use to make new reservations. Everything is updated in real time, so if a client considers making a reservation on a certain day, and a time slot on that day is filled by someone else, the corresponding button in the client app is immediately disabled. The implementation uses the JQuery, Backbone, Underscore, Node.js, Express, and Socket.io libraries, and has a generic storage layer that can use either MySQL or JSON.