Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 262 Bytes

File metadata and controls

9 lines (8 loc) · 262 Bytes
Prerequisities
  • mysql database instance
Setup
  • Create a new file .env in the root directory
  • enter the database connection uri as in the .env.example file
  • npm i
  • launch with vscode debugger
  • or compile with tsc and run node dist/index