I'm learning how to create APIs using Go and Gin Framework - Create new Todos, Edit Todos, Delete Todos, get Todos by Status(uncompleted & completed)
Ensure you have Go installed on your computer
After you've successfully cloned the project repository, Go into project directory on your terminal and run the following command
go get .
go mod tidy
go run .
See documentation for using the TODO APP API on Todo Api docs.