Course Review microservice generates 100 unique course review pages, with a varying number of reviews per page. Reviews are a combination of text and star ratings (1 to 5). Star ratings feed into bar graphs that give a visual representation of how the reviews are distributed.
- https://github.com/Ingenuity-rpt26/shane-service-about
- https://github.com/Ingenuity-rpt26/vinay-titleBanner-service
- https://github.com/Ingenuity-rpt26/jsmithInstructorsService
- https://github.com/Ingenuity-rpt26/jsmithSyllabusesService
- https://github.com/Ingenuity-rpt26/shane-proxy
From within the db directory, run seeder.js to seed the database and wait for it to complete. Run npm build to build the webpack bundle Run npm start to start the server. Server runs on port 3007.
An nvmrc
file is included if using nvm.
- Node 6.13.0
- etc
From within the root directory:
npm install -g webpack
npm install