Skip to content
This repository has been archived by the owner on Jan 13, 2020. It is now read-only.

Latest commit

 

History

History
7 lines (6 loc) · 262 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 262 Bytes

How to run this project:

  1. git clone the project
  2. Run npm install command
  3. Setup the database configuration in a ormconfig.json file, see ormconfig.example.json
  4. Create a JWT Secret in config/config/ts, see config.example.ts
  5. Run npm start command