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
Run tests with Jest
npm test
Generate documentation :
./node_modules/.bin/jsdoc ./src/services/cleServices.js
Open index.html
in "out" generated folder.