REST services in Node.js

Build A Restful Api With Node.js Express & MongoDB

(Thu Jul 11 2019 00:00:00 GMT+0300 (Eastern European Summer Time)) We are going to cover how to create a restful api using node.js express and mongodb together with mongoose. REST apis help us decouple our backend code from our front end so we can use it across multiple application (mobile apps, web apps, etc). We are going to learn how to build a simple blog post type api with all the useful methods(GET,POST,DELETE,PATCH).