Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 235 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 235 Bytes

Setup

npm install && npm start

Router

  • main.js

Register/Login User

  • You can login using any values
  • After logging in you get assigned a JWT token that is signed by secret key (process.env.JWT_SECRET)