Vourcher Proxy server integrates the microservices created in the Vourcher project in collaboration with the TenderloinCodeDealers organization. Services include:
- Carousel that serves both static images and videos.
- Side bar for product purchasing options.
- Ratings and reviews
- Recently viewed deals
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
This assumes you are using npm as your package manager.
npm install
Vourcher Proxy Server depends on having the servers for the carousel, sidebar, reviews, and recently viewed deals running.
To start the server run
npm start
To see Vourcher Proxy Server in action, in a browser visit:
http://localhost:3000/<NUMBER_FROM_1_TO_100>
Dockerize this project and deploy it with your favorite webservice, like AWS Elastic Beanstalk!
- https://github.com/TenderloinCodeDealers/side-bar
- https://github.com/TenderloinCodeDealers/ratings-reviews
- https://github.com/TenderloinCodeDealers/recently-viewed-deals
- https://github.com/TenderloinCodeDealers/photo-carousel
- Chii-Jones Law - Initial work - chiijlaw
See also the list of contributors who participated in this project.
This project is licensed under the MIT License