A mock Ratings & Reviews component of eBay.
- https://github.com/fec4-gandolf/Napoleon-Service
- https://github.com/fec4-gandolf/bid-buy
- https://github.com/fec4-gandolf/PeopleAlsoViewed
- https://github.com/fec4-gandolf/images-modal
- Before starting ensure you have MongoDB.
- In your root directory create an .env file with config recommendations.
< Recommended settings bellow PORT=3002 START_ID=100 END_ID=200
- In your terminal run npm install to install dependencies.
- Run npm run seed to seed database with mock data.
- Run npm run start in your teminal to start your server.
- Run npm run react:dev to run webpack.
An nvmrc
file is included if using nvm.
- Node 6.13.0
- etc
From within the root directory:
npm install -g webpack
npm install