Create .env file from .env.example and fill them
Change API key in configs/{dev/stable/testing}.yml file
You can get a new API Key here
Make migration with golang-migrate
# run next scripts
make dev
# or
make prod
Create .env file from .env.example and fill them
Change API key in configs/{dev/stable/testing}.yml file
You can get a new API Key here
Make migration with golang-migrate
# run next scripts
make dev
# or
make prod