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

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

Example of an API made with Go (Fx/Gin)
https://github.com/morintd/newsletter-go-example

Last synced: about 2 months ago
JSON representation

Example of an API made with Go (Fx/Gin)

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