Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 315 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 315 Bytes

Project Build with TypeORM

Steps to run this project:

  1. Run npm i command
  2. Setup database settings inside db-context.ts file
  3. Create config.ts file in root directory with template
module.exports = {
    secret: "YOUR_SECRET_KEY"
}
  1. Change your secret
  2. Run npm start command