Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 346 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 346 Bytes

golang-todo-api

A simple todo list api with go and mongodb

USING THIS

docker-compose up -d

live reload using modd ;)

EXAMPLES

curl -XPOST -d '{"task": "Kill Stormtroopers", "completed": false}' localhost:9090

curl localhost:9090

# other rest operations work as well, but i'm too lazy to create example ;)