- Set up database by run
./Script/init.sql
- 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
- Run
npm install
- Run
node index.js