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)
- Host: GitHub
- URL: https://github.com/morintd/newsletter-go-example
- Owner: morintd
- Created: 2024-06-13T18:52:59.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-23T07:49:22.000Z (over 1 year ago)
- Last Synced: 2025-12-29T14:32:08.677Z (6 months ago)
- Language: Go
- Homepage:
- Size: 15.6 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
```