Simple to-do list REST API. Uses boltDB for storage.
go mod download
go run main.go
| Name | Method | Path | Paylaod |
|---|---|---|---|
| Health | GET | /health | - |
| Get list | GET | /items | - |
| Add item | POST | /items | {content: "content here" } |
| Delete item | DELETE | /items/{id} | - |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Simple to-do list REST API. Uses boltDB for storage.
go mod download
go run main.go
| Name | Method | Path | Paylaod |
|---|---|---|---|
| Health | GET | /health | - |
| Get list | GET | /items | - |
| Add item | POST | /items | {content: "content here" } |
| Delete item | DELETE | /items/{id} | - |