Simple REST API with NodeJS & ExpressJS
Intro
In this tutorial, we will create a simple API with NodeJs and ExpressJS,
connect to MongoDB and perform CRUD operations with the API.
Step by Step Process
Create a NodeJs project in a new folder by running the command:
npm init -y
Install t...
parables.hashnode.dev11 min read