{"id":18636765,"url":"https://github.com/andream16/go-todo-list","last_synced_at":"2026-04-28T17:35:15.721Z","repository":{"id":90084452,"uuid":"89531017","full_name":"andream16/Go-Todo-List","owner":"andream16","description":"Golang Todo List Backend","archived":false,"fork":false,"pushed_at":"2017-08-25T20:58:47.000Z","size":24,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-30T23:46:32.207Z","etag":null,"topics":["go","go-redis","golang","gorilla-mux","redis","rest-api"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/andream16.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-04-26T22:10:03.000Z","updated_at":"2020-07-27T03:35:16.000Z","dependencies_parsed_at":"2023-03-08T17:45:19.743Z","dependency_job_id":null,"html_url":"https://github.com/andream16/Go-Todo-List","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/andream16/Go-Todo-List","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andream16%2FGo-Todo-List","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andream16%2FGo-Todo-List/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andream16%2FGo-Todo-List/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andream16%2FGo-Todo-List/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andream16","download_url":"https://codeload.github.com/andream16/Go-Todo-List/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andream16%2FGo-Todo-List/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32392300,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T14:34:11.604Z","status":"ssl_error","status_checked_at":"2026-04-28T14:32:37.009Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["go","go-redis","golang","gorilla-mux","redis","rest-api"],"created_at":"2024-11-07T05:32:07.274Z","updated_at":"2026-04-28T17:35:15.707Z","avatar_url":"https://github.com/andream16.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Go-Todo-List \n\n\u003cimg src='https://bettercodehub.com/edge/badge/AndreaM16/Go-Todo-List?branch=master'\u003e\n\nA simple RESTful application built with [go](https://github.com/golang), [gorilla/mux](https://github.com/gorilla/mux) and [go-redis](https://github.com/go-redis/redis).\n\n# What you need to run it\n\n - [go1.8](https://golang.org/doc/devel/release.html#go1.8)\n - [redis3.1](https://redis.io/download)\n - [gorilla/mux](https://github.com/gorilla/mux). You can get it using `go get -u github.com/gorilla/mux` inside your `$GOPATH`\n - [go-redis](https://github.com/go-redis/redis). You can get it using `go get -u github.com/go-redis/redis`\n\n# How to run it\n\n - Start redis daemon `sudo service start redis` or `sudo systemctl start redis`\n - run the main using `go run main/main.go` or build the project with `go build` and run it's bin\n\n# What you can Actually do\n\n - Get all todos : `curl -H \"Content-Type: application/json\" -X GET http://localhost:8000`\n - Get one todo  : `curl -H \"Content-Type: application/json\" -X GET -d '{\"id\":\"1\"}' http://localhost:8000`\n - Add a new todo: `curl -H \"Content-Type: application/json\" -X POST -d '{\"content\":\"Have some Nugs\"}' http://localhost:8000`\n - Edit a todo   : `curl -H \"Content-Type: application/json\" -X PUT -d '{\"id\":\"1\", \"content\":\"New Content\"}' http://localhost:8000`\n - Delete a todo : `curl -H \"Content-Type: application/json\" -X DELETE -d '{\"id\":\"1\"}' http://localhost:8000`\n \nSwagger reference available [here](https://app.swaggerhub.com/apis/AndreaM16/Go-Todo-List/1.0.0). \n \n # Tests?\n \n Sure thing. Run tests using `go test./...` to run all the tests in each folder. A test comes like `nameOfTheTest_test.go`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandream16%2Fgo-todo-list","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandream16%2Fgo-todo-list","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandream16%2Fgo-todo-list/lists"}