Skip to content

fec4-gandolf/Napoleon-Service

Repository files navigation

Ratings & Reviews

A mock Ratings & Reviews component of eBay.

Related Projects

Table of Contents

  1. Usage
  2. Requirements
  3. Development

Usage

  1. Before starting ensure you have MongoDB.
  2. In your root directory create an .env file with config recommendations.

< Recommended settings bellow PORT=3002 START_ID=100 END_ID=200

  1. In your terminal run npm install to install dependencies.
  2. Run npm run seed to seed database with mock data.
  3. Run npm run start in your teminal to start your server.
  4. Run npm run react:dev to run webpack.

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