This a to-do app workspace generated by Mify for a Medium tutorial.
Check Mify docs for usage of the CLI.
$ cd go-services
$ go mod tidy
$ go run ./cmd/todo-backend
If you want to customize this example, download and install
mify, and start with updating API in
schemas/todo-backend/api/api.yaml
. After changing it run mify generate
to
update handlers.
Check Mify docs for more options or join our Slack if you have any questions.