Run this command to produce this app
- Copy .env.example to .env (required)
- npm run db:create //to create database (required)
- npm run db:migrate //to run migration (required)
- npm run db:seed //to create user (optional)
- npm run nodemon //to run this app using nodemon
- npm run start //to run this app by default
- npm run test //to run test case (optional)