/nodejs-application-architecture

A discussion on how Node.js projects can be organized.

Primary LanguageJavaScriptMIT LicenseMIT

Node.js: beyond the route layer

A discussion on how Node.js projects can be organized.

Travis Codecov Travis

Features

Based on the Katapi kata! Note: delete routes are there for testing purposes.

Instructions

Start

Server will listen on port 3000 by default (can be overridden with environment variable PORT)

$ npm start

Test

$ npm test

Lint

$ npm run lint

License

MIT License

Copyright (c) 2017-2017 Simon Renoult.