express-rest-boilerplate icon indicating copy to clipboard operation
express-rest-boilerplate copied to clipboard

⌛️ Express starter for building RESTful APIs

Results 55 express-rest-boilerplate issues
Sort by recently updated
recently updated
newest added

Bumps [joi](https://github.com/sideway/joi) from 10.6.0 to 17.4.0. Commits 24600f2 17.4.0 5cd0366 Fix usage of domain and allowRelative in uri(). Closes #2543 1fcf81f Merge pull request #2536 from nlundquist/fix-default-in-match-all f74091b Relax rules...

dependencies

Bumps [uuid](https://github.com/uuidjs/uuid) from 3.3.3 to 8.3.2. Changelog Sourced from uuid's changelog. 8.3.2 (2020-12-08) Bug Fixes lazy load getRandomValues (#537) (16c8f6d), closes #536 8.3.1 (2020-10-04) Bug Fixes support expo>=39.0.0 (#515) (c65a0f3),...

dependencies

We should refactor `index.js` when [top level await](https://nodejs.org/api/esm.html#esm_top_level_await) becomes stable and eslint 8 launches.

v2
refactor

Like title, how add socket Io is better ?

Every request is logging a console message , for example as "POST /sales/recon 200 7390.211 ms - -" for a /sales/recon request. is there any way to turnoff these console...

Hello, I have a problem with the template, when I deploy my API on digital ocean my mongo data base erases itself after a while so, that there is no...

we can use artillery.io for that

enhancement
v2
tests

I am planning on doing a big refactoring on this repo, since the last update was 3 years ago. - Rename `express-rest-es2017-boilerplate` to `express-rest-boilerplate` - Use postgres as database (Postgres...

enhancement
v2

As following this boilerplate, I found this error: ```js TypeError: schema[parameter].validateAsync is not a function at validate (/home/techrova/Videos/VideoStream/node_modules/express-validation/lib/index.js:18:55) at /home/techrova/Videos/VideoStream/node_modules/express-validation/lib/index.js:26:25 at Array.map () at /home/techrova/Videos/VideoStream/node_modules/express-validation/lib/index.js:26:8 at Layer.handle [as handle_request] (/home/techrova/Videos/VideoStream/node_modules/express/lib/router/layer.js:95:5)...

**Hi there!** **Issue:** Previous versions of Pug/Jade supported an interpolation syntax such as: a(href="/#{url}") , but is not more supported _in attributes_. Therefore, the link is not rendered properly in...