Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 270 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 270 Bytes

JWT Auth TypeORM

This project is an JSON Web Token Authentication Build with TypeORM and is provided for educational purposes only.

Steps to run this project:

  1. Run npm i command
  2. Setup database settings inside ormconfig.json file
  3. Run npm start command