Skip to content

gabrielpetry/golang-todo-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 ;) 

About

A simple todo list api with go and mongodb

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published