A small project that was created with the goal of learning Go language. Just a simple ToDo list web api
- MySQL
- Go
go run main.go
You should be able to access this application at 8080
port
Just a simple Go project to teach CRUD operations using the default packages.