cleancode-api1

GitHub package.json dependency version (prod)

Installation

Clone the repo and install dependencies.

git clone git@github.com:p0lycarpio/hero_api.git
cd cleancode-api1
npm install

Run the API with node src/app.js

Test

Run tests with Jest

npm test

Documentation

Generate documentation :

./node_modules/.bin/jsdoc ./src/services/cleServices.js

Open index.html in "out" generated folder.