Categorygithub.com/kil0ba/flight-history-api
repository
0.0.0-20240714104913-99522f18b90f
Repository: https://github.com/kil0ba/flight-history-api.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# README

Start a project

$ make

Start a local DB (docker required)

$ make compose-up

Create new migration

$ migrate create -ext sql -dir migrations -seq create_users_table

Run migrations

$ make migrate-db