Project setup $ yarn Compile and run the project # development $ yarn start # watch mode $ yarn start:dev # production mode $ yarn start:prod DB # create migration $ yarn migrate:generate --name=version # run migration $ yarn migrate:up # undo migration $ yarn migrate:undo