Project Name

Project description

Related Projects

Table of Contents

  1. Usage
  2. Requirements
  3. Development

Usage

Install the dependencies with npm install install mongodb in the package manager of your choice

then seed the database by running npm run seed-db

to start the express server run npm run express-server

to start the front end run

npm run front-end

now the server is operational, and should be accessable from localhost: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