Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 1.41 KB

README.md

File metadata and controls

47 lines (31 loc) · 1.41 KB

Service - About

Coverage Status Build Status

Coursera About Service Contains a description of the course, along with some strategic goals and possible outcomes of taking the course.

View the sample on Coursera under "About this Course"

Related Projects

Table of Contents

  1. Usage
  2. Requirements
  3. Development

Usage

From within the db directory, run seedRunner.js to seed the database and wait for it to complete. Run npm build to build the webpack bundle Run npm server-dev to start the server. Server runs on port 3002.

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