Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 982 Bytes

File metadata and controls

38 lines (29 loc) · 982 Bytes

ServiceS

The purpose of this service is to provide a list of items that relate to the id that has been sent.

Related Projects

Table of Contents

  1. Usage
  2. Requirements
  3. Development

Usage

npm install [installs dependencies] npm run server [will run server] npm run test [will run all tests]

Requirements

  • "@babel/core": "^7.2.2",
  • "babel-preset-airbnb": "^3.2.0",
  • "babel-preset-env": "^1.7.0",
  • "mocha": "^5.2.0",
  • "chai": "^4.2.0",
  • "eslint-config-hackreactor": "git://github.com/reactorcore/eslint-config-hackreactor",
  • "axios": "^0.18.0",
  • "body-parser": "^1.18.3",
  • "express": "^4.16.4",
  • "mongoose": "^5.4.0"