Complete boilerplate structure of api Express written in ES6 (EcmaScript 2015), based on features and using best practices and design patterns for Javascript. Feel free to use, share and logically contribute.
Run this command to install all project dependencies.
npm install
npm run start
Test an endpoint: curl -X GET http://localhost:9000/categories
npm run test