Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 285 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 285 Bytes

JWT Authentication Backend

This is the basic project of JWTAuthentication Backend using Node.js

To get started and run the app:

  • Clone the project.
  • Run npm install to install the corresponding node packages
  • Run npm start to run the app on http://localhost:4000