Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 .
```