A library that helps developers set up the rudendant backend code quickly with fewer lines of code (much fewer)
npm i babywheels
var baby = require('babywheels');
baby.upAndRunning(databaseURI, port);
Babywheels uses expressjs, mongoose and passport. Accessing the express app object is simple
var app = baby.app;
npm test
In lieu of a formal style guide, take care to maintain the existing coding style.(Styled by prettier extension) Add bdd tests for any new or changed functionality. Lint and test your code.