https://restaurant-reservation-frontend-pp1i.onrender.com
https://restaurant-reservation-backend-pd2q.onrender.com
This application is designed to allow restaurant staff members to manage customer reservations. This application can:
- Create, edit, and display all reservations
- Add additional tables/seating
- Assign reservations to a table
- Keep track of which tables are free or occupied
- Free up an occupied table
- Search for a reservation by phone number
- Node.js
- Express
- React
- Bootstrap
- PostGREsql
- Fork and clone this repository.
- Run
cd starter-restaurant-reservation/
- Run
cp ./.env.sample ./.env
in the front end and back end - Front end's .env file should have:
REACT_APP_API_BASE_URL=http://localhost:5001
- Back end's .env file should be 4 different URLs to your host (i.e. ElephantSQL)
- Run
npm install
to install project dependencies. - Run
npm run start:dev
to start your server in development mode.