Web Application with React
To run the web app locally:
- Clone the repo
- Go to the pizza-palace directory
- Run
npm update
. This will install the dependencies - Run
npm start
. This will automatically open a new tab with the web app.
- Go to the pizza-backend directory
- Run
npm update
. - Run
npm start
.
A web application that tracks the queue that currently are due for a seat.
- Uses dynamic elements with the help of React
- Uses sqlite for database needs.