Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 8 days 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-12T13:30:18.000Z (over 5 years ago)
- Last Synced: 2024-06-20T16:52:18.501Z (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
[![Build Status](https://travis-ci.com/hadv/go-charity-me.svg?branch=master)](https://travis-ci.com/hadv/go-charity-me) [![Go Report Card](https://goreportcard.com/badge/github.com/hadv/go-charity-me)](https://goreportcard.com/report/github.com/hadv/go-charity-me) [![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://github.com/hadv/go-charity-me/blob/master/LICENSE) [![codecov](https://codecov.io/gh/hadv/go-charity-me/branch/master/graph/badge.svg)](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 .
```