modulepackage
0.0.0-20200628125903-c3b7f4feee7a
Repository: https://github.com/etharek/interest-api-go.git
Documentation: pkg.go.dev
# README
Interest API in Go using docker(-compose)
Requirements:
- Docker and docker-compose
Building and starting app
$ docker-compose up --build -d
Starting app
$ docker-compose up -d
Deleting running container
$ docker ps
$ docker stop <container_id>
$ docker rm <container_id>
Contributing
- use Go styling guide (eg. install Go extension in VS Code)
- use conventional commits https://www.conventionalcommits.org/en/v1.0.0/ (eg. feat: for feature, fix: for bugfix, refactor: or chore: for eg typo)
# Packages
No description provided by the author