Skip to content

octo-woapi/nodejs-application-architecture

 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%