Skip to content

akshaypatil1/jwt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

api with jwt token

NOTE : This project needs nodeJS installed

Get Started

Open your terminal, execute code using following command

cd /jwt

Start server using any one of the following command

nodemon server.js
node server.js
npm start

API

POST: http://localhost:8080/api/signin This will provide sample JWT token

GET: http://localhost:8080/api/users need to provide JWT token

POST: http://localhost:8080/api/users need to provide JWT token "name" is required input


Akshay Patil
7709598220

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published