Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 341 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 341 Bytes

Curreency Service

1. Initialize

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