Skip to content

Latest commit

 

History

History
69 lines (39 loc) · 1.4 KB

File metadata and controls

69 lines (39 loc) · 1.4 KB

Front End Capstone - Open Table: Proxy Server

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

Getting Started

These instructions will get you a copy of the project up and running on your local machine.

Prerequisites

What things you need to install the software and how to install them

MongoDB
PostgreSQL
NodeJS

Initial Installations

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.

Render Proxy Server

Open client in browser at: 

http://localhost:8000/

forthebadge forthebadge