Proxy server to host all four YumNoms components. Proxy built by Jessica Bainbridge-Smith
- https://github.com/yumnoms/reviews-service
- https://github.com/yumnoms/popular-dishes-service
- https://github.com/yumnoms/reservations-service
- https://github.com/yumnoms/photo-carousel-service
Requires access to each of the four individual repos (see Related Projects). Follow the instructions inside each individual readme to run those servers, and then run the proxy server.
To run:
- Install dependencies using
npm install - Run individual component servers (may require setting up and seeding databases)
- Run this proxy server using
npm start
An nvmrc file is included if using nvm.
- Node 6.13.0
- etc
From within the root directory:
npm install -g webpack
npm install