node-api-boilerplate
node-api-boilerplate copied to clipboard
DDD/Clean Architecture inspired boilerplate for Node web APIs
Since JWT is the most used authentication method for APIs nowadays, it would be good to have an implementation of JWT for the boilerplate. It should be reusable across multiple...
Create an interface to repeatable type and use destructuring with deafult value to remove unnecessary code
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
Bumps [validator](https://github.com/validatorjs/validator.js) from 13.6.0 to 13.7.0. Release notes Sourced from validator's releases. 13.7.0 13.7.0 New Features #1706 isISO4217, currency code validator @jpaya17 Fixes and Enhancements #1647 isFQDN: add allow_wildcard option...
### Overview This PR addresses issue #89 creating a working GraphQL example ### Screanshot 
The boilerplate comes with a small example app in it. Ideally, we could have a script that removes the example app and leaves only the structure and the patterns in...
A working example of a GraphQL API would be welcoming. It should follow the same integration modules approach we have for other integrations and be pluggable in a way that...