Skip to content

jonasaraldi/jwt-auth-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

jwt-auth-nodejs

Solution developed with Node.js, JWT and MongoDB

Setup

Install dependencies

cd /server
npm i
npm i nodemon -g

Run auth server

npm run server-auth

Run resources server

npm run server

Testing auth's requests

There's a file called requests.rest in the root of server folder that contains the auth's requests, for execute the requests you will need:

  • Install the REST Client plugin in the VS Code
  • After, access the file mencioned above and click in "Send Request" that will appear in the top of the each request

About

An auth created with Node.js, JWT and MongoDB

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published