A generic and reusable REST API created using node.js and deployed on mongoDB ATLAS.
It allows user to :
-
Login with authentication token
-
Basic CRUD operations on products/orders.
-
Globally installed node
-
Connection with MongoDB Atlas
On the command prompt run the following commands
$ git clone https://github.com/Siddhant-Goswami/Rest-API.git
$ cd Rest-API/
$ npm install
or
yarn
Run npm start
in your terminal`