A carousel microservice modeled after Groupon's product pages. Serves static images as well as embedded videos. Can be used in conjunction with Vourcher Proxy Server.
- https://github.com/TenderloinCodeDealers/side-bar
- https://github.com/TenderloinCodeDealers/ratings-reviews
- https://github.com/TenderloinCodeDealers/recently-viewed-deals
- https://github.com/TenderloinCodeDealers/chii-proxy
This assumes you are using npm as your package manager. Mongodb is used as the database for this module. An
nvmrc
file is included if using nvm.
- Node 6.13.0
- etc
From within the root directory:
npm install -g webpack
npm install
npm start
Seed the database with mock data
npm run seed
To start the server run
npm start
To see Vourcher Carousel in action, use a browser and visit:
http://localhost:3001/<NUMBER_FROM_1_TO_100>
- 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