Skip to content

Ingenuity-rpt26/Grant--Service_1

Repository files navigation

Course Reviews Module

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.

Related Projects

Table of Contents

  1. Usage
  2. Requirements
  3. Development

Usage

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.

Requirements

An nvmrc file is included if using nvm.

  • Node 6.13.0
  • etc

Development

Installing Dependencies

From within the root directory:

npm install -g webpack
npm install

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published