TableFourMe is a robust, full stack web application that makes reservation-management a breeze!
Front-end tech: HTML
, Bulma(CSS)
, JS
, ReactJS
, and Websocket
Back-end tech: WebPack
, Node
, Express
, and PostgreSQL
TableFourMe makes it painless to create and monitor reservations to your restaurant! Customers are able to list themselves for a table and can monitor their progress in the queue in real-time using web sockets.
TableFourMe looks great on any screen! This ensures a consistently pleasant customer experience regardless of which devices access the application
Customers can peruse the menu and have the option to place their order while on the waitlist. Take the "WAIT" out of "WAITER!"
-
Fork
this repository, thenclone
your fork of this repository. -
Install dependencies using
npm install
-
Run webpack dev server and express server on 2 separate terminals:
npm run dev:api
&npm run dev:client
-
View your app @
localhost:3002