Skip to content

Commit 50e05c1

Browse files
committed
Add Readme
1 parent 3819512 commit 50e05c1

File tree

1 file changed

+0
-0
lines changed

1 file changed

+0
-0
lines changed

README.md

564 Bytes

Node.js JWT Example

This is a simple api to use JWT

Tech Stack

  • express - for server
  • dotenv - for secret storing
  • jsonwebtoken - for authentication

How to run

Install dependencies

npm install

Run

npm run start

0 commit comments

Comments
 (0)