node-restful-api-tutorial
node-restful-api-tutorial copied to clipboard
This repository accompanies my YouTube series on building a RESTful API with Node.js: https://www.youtube.com/playlist?list=PL55RiY5tL51q4D-B63KBnygU6opNPFk_q
¿What is bodyparser.urlencoded( extended false ) ?
With respect to the issue raised https://github.com/academind/node-restful-api-tutorial/issues/30. due to initialization of constructor objectId without new its throwing error. Add the changes now which working fine.
while invoking a post request its throwing error response 500 the error was
Bumps [express](https://github.com/expressjs/express) from 4.16.2 to 4.17.3. Release notes Sourced from express's releases. 4.17.3 deps: accepts@~1.3.8 deps: mime-types@~2.1.34 deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps:...
Bumps [qs](https://github.com/ljharb/qs) to 6.11.0 and updates ancestor dependency [express](https://github.com/expressjs/express). These dependencies need to be updated together. Updates `qs` from 6.5.1 to 6.11.0 Changelog Sourced from qs's changelog. 6.11.0 [New] [Fix]...