express-rest-boilerplate
express-rest-boilerplate copied to clipboard
⌛️ Express starter for building RESTful APIs
Bumps [axios](https://github.com/axios/axios) from 0.21.1 to 0.27.2. Release notes Sourced from axios's releases. v0.27.2 0.27.2 (April 27, 2022) Fixes and Functionality: Fixed FormData posting in browser environment by reverting #3785 (#4640)...
Bumps [mocha](https://github.com/mochajs/mocha) from 6.2.2 to 10.0.0. Release notes Sourced from mocha's releases. v10.0.0 10.0.0 / 2022-05-01 :boom: Breaking Changes #4845: Drop Node.js v12.x support (@juergba) #4848: Drop Internet-Explorer-11 support (@juergba)...
Bumps [express-validation](https://github.com/andrewkeig/express-validation) from 1.0.3 to 4.1.0. Changelog Sourced from express-validation's changelog. Changelog 4.0.0 Use async/await syntax (semver-major): #159 Fix #153: #159 3.1.0 Handle mutation by completely replacing the request property...
I found a piece of code that is difficult to understand ``` if (roles === LOGGED_USER) { if (user.role !== 'admin' && req.params.userId !== user._id.toString()) { apiError.status = httpStatus.FORBIDDEN apiError.message...
`Uncaught (in promise) EvalError: Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: "script-src 'self'".` I...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.13.1 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...
Bumps [joi](https://github.com/sideway/joi) from 10.6.0 to 17.6.0. Commits 95feacc 17.6.0 e250c42 Support length(). Closes #2732 7e5aebf Merge pull request #2723 from jeremykohn/api-typos a10ea85 Fix typos in API.md 2cde8a3 17.5.0 b4dbd59 Support...
We should have different options for deployment and they should be documented on README.md. For starting I am thinking about choosing 2 or 3 of: - Simple VM: bash script...
Hello, I love the way you are declaring the mongo connection inside a loader, well injected. However I was wondering how you would do if you wanted to instantiate two...
Solution for #355 Thanks for making a really awesome rest boilerplate, I really appreciate how useful it is to have a drag and drop starter for new APIs and apps....