nodejs-scaffolding icon indicating copy to clipboard operation
nodejs-scaffolding copied to clipboard

A node.js sample application that demonstrates an architecture for building a complete production API with Node.JS, Express.JS and MongoDB

Results 1 nodejs-scaffolding issues
Sort by recently updated
recently updated
newest added

Hey, I had to modify auth.service.js to get this to run, adding ``algorithms: ['RS256']`` to the expressJwt configuration. There are also quite verbose warnings popping up at ``npm run dev``...