https://github.com/etchmon/hot-restaurant
Basic app demonstrating Node and Express with jQuery. Overall purpose is to help schedule reservation requests. Restaurant has just 5 tables available. First five requests get a reservation, every request after that is sent to the waiting list.
https://github.com/etchmon/hot-restaurant
Last synced: 6 months ago
JSON representation
Basic app demonstrating Node and Express with jQuery. Overall purpose is to help schedule reservation requests. Restaurant has just 5 tables available. First five requests get a reservation, every request after that is sent to the waiting list.
- Host: GitHub
- URL: https://github.com/etchmon/hot-restaurant
- Owner: Etchmon
- Created: 2018-07-20T17:19:37.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-20T18:21:37.000Z (almost 8 years ago)
- Last Synced: 2025-01-24T09:28:21.312Z (over 1 year ago)
- Language: HTML
- Homepage:
- Size: 146 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HotRestaurant
* Description: Basic app demonstrating Node and Express with jQuery. Overall purpose is to help schedule reservation requests. Restaurant has just 5 tables available. First five requests get a reservation, every request after that is sent to the waiting list.
* Live Demo:

## Notes
* Current app doesn't have admin handling. We'll deal with that at a later time.
* Don't separate the JavaScript from the HTML in the client-side code. (i.e. Don't use external JavaScript. If you do, you will need an additional line of code to configure the express server to know where the JavaScript is).
## Good luck! Don't stress out
* Spend some time trying to build exposure. But don't get overwhelmed. We'll have plenty of time to come back to this.