Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 679 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 679 Bytes

To-do app tutorial

This a to-do app workspace generated by Mify for a Medium tutorial.

Check Mify docs for usage of the CLI.

Running this example

$ cd go-services
$ go mod tidy
$ go run ./cmd/todo-backend

Customization

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.