https://github.com/heppu/golden-demo
https://github.com/heppu/golden-demo
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/heppu/golden-demo
- Owner: heppu
- License: mit
- Created: 2024-10-25T10:32:47.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T12:03:13.000Z (almost 2 years ago)
- Last Synced: 2025-06-04T22:46:29.297Z (about 1 year ago)
- Language: Go
- Size: 2.44 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# golden-demo
This project contains simple todo API.
### Run
```sh
docker compose up -d
mage go:run
```
### Swagger UI
Once running, open [http://127.0.0.1:8080/openapi](http://127.0.0.1:8080/openapi)
### Development
Requirements:
- [Go](https://go.dev/)
- [mage](https://magefile.org/)
Run `mage` for more info.