CF LAB

API rest server

Author: Jared

Build Status

Links and Resources

Documentation

Modules

app.js

categories.js

products.js

Exported Values and Methods

Setup

.env requirements

  • PORT - 3000
  • MONGODB_URI - URL to the running mongo instance/db

Running the app

  • npm start

Tests

  • npm test