A discussion on how Node.js projects can be organized.
Based on the Katapi kata! Note: delete routes are there for testing purposes.
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.