Project resembles a clone of Open Table:
4 Primary Components Rendering:
- About/Photos Component
https://github.com/thesilverspoon/about-photos-component
- Reservations Component
https://github.com/thesilverspoon/reservations-component
- Menus Component
https://github.com/thesilverspoon/menu-component
- Reviews Component
https://github.com/thesilverspoon/reviews-component
These instructions will get you a copy of the project up and running on your local machine.
What things you need to install the software and how to install them
MongoDB
PostgreSQL
NodeJS
For each of the 4 Components:
Clone each component then add into 4 separate folders in this proxy repo.
Run 'npm install' all dependencies for each.
Run a production bundle.js file for each.
- About Component: npm run build-prod
- Reservations Component: npm run build:prod
- Menu Component: npm run build:prod
- Reviews Component: npm run build
Run 'npm start' in separate terminals to run server for each.
Open client in browser at:
http://localhost:8000/