Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 464 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 464 Bytes

API REST WITH JSON WEB TOKEN!

This is an example about how to using json web token authentication, in this example i'm using nodejs with express as a HTTP server, mongodb and json web toke.


Clone This repository

After cloning this repository please do the following steps!

run the app:

  • npm install.
  • nodemon index.
  • open your favorite browser and go to localhost: 3000/login
  • Happy coding.