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

https://github.com/heppu/golden-demo


https://github.com/heppu/golden-demo

Last synced: about 1 year ago
JSON representation

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.