DEV Community

Discussion on: Building a URL shortening service with NodeJS and MongoDB. Deploy to Azure.

Collapse
 
andersonpimentel profile image
Anderson Pimentel

Great article! Congrats!

Two minor fixes:

  • On package.json file, it's missing a comma at the end of the line:
"dev" : "nodemon server.js"
  • On server.js there's an extra s on body-pa*s*rser
Collapse
 
olamideaboyeji profile image
Olamide Aboyeji

Thanks for pointing that out. Fixed.

Thank you