Skip to content

Latest commit

 

History

History
53 lines (31 loc) · 893 Bytes

README.md

File metadata and controls

53 lines (31 loc) · 893 Bytes

Project Name

Ingenuity

Related Projects

Table of Contents

  1. Usage
  2. Requirements
  3. Development

Usage

Images service seed script needs Instructors service to be online to write the correct data

To seed:

Ensure Instructors service is online.

Ensure IP and port variables are correct on lines 11 and 12 of ./db/seed/imagesSeed.js

> npm install

> npm run seed

To run:

> npm start

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