https://github.com/hadv/go-charity-me
Charity Me API
https://github.com/hadv/go-charity-me
charity circuit-breaker go-chi golang-migrate
Last synced: 3 months ago
JSON representation
Charity Me API
- Host: GitHub
- URL: https://github.com/hadv/go-charity-me
- Owner: hadv
- License: bsd-3-clause
- Created: 2019-04-18T03:31:30.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-12T13:30:18.000Z (almost 6 years ago)
- Last Synced: 2024-12-29T20:20:22.279Z (5 months ago)
- Topics: charity, circuit-breaker, go-chi, golang-migrate
- Language: Go
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.com/hadv/go-charity-me) [](https://goreportcard.com/report/github.com/hadv/go-charity-me) [](https://github.com/hadv/go-charity-me/blob/master/LICENSE) [](https://codecov.io/gh/hadv/go-charity-me)
# go-charity-me
## How-to
### Run the application```bash
docker-compose -f ./build/package/docker-compose.yml --project-directory . up
```## Build the Docker image
```bash
docker build -t go-charity-me -f ./build/package/Dockerfile .
```