Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 288 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 288 Bytes

Run server

# prod
$ make compose-up-prod

# dev
$ make compose-up-dev

Log the app

$ make logs-app

Test

$ make test

Generate code

# Create new db migration
$ migrate create -ext sql -dir db/migration -seq <migration_name>