A discussion on how Node.js projects can be organized.
The artcle discussing this code base is here: https://blog.octo.com/en/clean-node-part-1/. Feel free to open an issue in order to discuss design decisions!
Based on this kata: https://github.com/octo-woapi/katapi
Server will listen on port 3000
by default (can be overridden with environment variable PORT
)
$ npm start
$ npm test
$ npm run lint
Copyright (c) 2017-2017 Simon Renoult.