Skip to content
This repository has been archived by the owner on Mar 22, 2021. It is now read-only.

Latest commit

 

History

History
28 lines (18 loc) · 468 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 468 Bytes

CAH - API

Develop

Help

make

Configuration

Application can be configure throught env variables:

CAH_DB_PASSWORD=testingOnLocal1234 make start

DB

I use /docker-entrypoint-initdb.d in order to init the DB with schema and cards data.

docker-compose -f scripts/docker-compose.yml -p cah-pg up

Contribution

You have to enable Go modules for compiling this project.