Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/morintd/newsletter-go-example


https://github.com/morintd/newsletter-go-example

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# newsletter-go-example

Implementation of a newsletter API in Go using [Fx](https://github.com/uber-go/fx) and [Gin](https://github.com/gin-gonic/gin).

Tests with [Ginkgo](https://github.com/onsi/ginkgo).

No database, but an in-memory implementation of repositories.

## Commands

```sh
$ make dev
```

```sh
$ make test
```

```sh
$ make test_watch
```