Setup

  1. Set up database by run ./Script/init.sql
  2. Set up following environmental variable
PORT=   //port
DB_HOST=    //database host
DB_USER=    //database user
DB_PASSWORD=    //database password
JWT_SECRET=     //secret use to sign jwt token
  1. Run npm install
  2. Run node index.js