Skip to content

Different RESTful APIs in Node js like User authentication, authorisation, file uploading and many more...

Notifications You must be signed in to change notification settings

kumar-kunal/RESTful-API-in-Node.js

Repository files navigation

RESTful-API-in-Node.js

Different RESTful APIs in Node js like User authentication, authorisation, file uploading and many more...

How to setup?

Open Nodemon.json file and set your Mongo Atlas db key and also the JWT_KEY key for Token generation..

{
    "env":{
          "MONGO_ATLAS_PW": "YOUR_KEY",
          "JWT_KEY": "YOUR_KEY"
    } 
}

Then run below command to get all the packages

npm install .

How to run?

  • Open terminal in project directory and run below command:
npm start

Demo

So, I have also a Demo for you. I am using Postman for testing my API.

About

Different RESTful APIs in Node js like User authentication, authorisation, file uploading and many more...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages