- Versions
- Docker usage
- Console usage
- Run app
- Run tests
- Vulnerabilities
- Broken dependencies
- Postman collection
- RAML
- License
Tested with:
- Node/8.6.0 & NPM/5.3.0
Run service in port 9055
npm install
npm run dev
npm run test
To check vulnerabilities, you'll need to have nsp installed
To install:
npm i nspTo check:
npm run nspTo check for issues with dependencies in your packaje JSON, you'll
need to have depcheck installed
To install:
npm i depcheckTo check:
npm run depcheckPostman collections is inside folder postman/
Path with API documentation documentation/index.htm
To generate RAML docs
npm run build:apiDocs
Williams Aguilera - webnator@gmail.com
