Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/morintd/newsletter-go-example
https://github.com/morintd/newsletter-go-example
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/morintd/newsletter-go-example
- Owner: morintd
- Created: 2024-06-13T18:52:59.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-13T17:01:20.000Z (6 months ago)
- Last Synced: 2024-07-13T18:23:03.354Z (6 months ago)
- Language: Go
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```