{"id":25449745,"url":"https://github.com/krau5/hyper-todo","last_synced_at":"2026-04-12T11:34:03.282Z","repository":{"id":277890162,"uuid":"923253501","full_name":"krau5/hyper-todo","owner":"krau5","description":"A simple yet complete Todo API built with Go and Gin","archived":false,"fork":false,"pushed_at":"2025-03-24T18:24:35.000Z","size":75,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-25T08:06:25.662Z","etag":null,"topics":["docker","gin","go","gorm","postgres","rest-api","swagger"],"latest_commit_sha":null,"homepage":"","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/krau5.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":"2025-01-27T22:30:53.000Z","updated_at":"2025-03-24T18:24:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"d5913c69-f40c-4e42-a94c-e879d4b5ef5e","html_url":"https://github.com/krau5/hyper-todo","commit_stats":null,"previous_names":["krau5/hyper-todo"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krau5%2Fhyper-todo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krau5%2Fhyper-todo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krau5%2Fhyper-todo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krau5%2Fhyper-todo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/krau5","download_url":"https://codeload.github.com/krau5/hyper-todo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254501555,"owners_count":22081529,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["docker","gin","go","gorm","postgres","rest-api","swagger"],"created_at":"2025-02-17T21:17:36.436Z","updated_at":"2026-04-12T11:33:58.242Z","avatar_url":"https://github.com/krau5.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"A simple yet complete todo API written in Go, allowing users to register accounts and manage their own tasks. The project also provides Swagger documentation for easy API interaction.\n\n### Getting started\n\nClone the repo, install the dependencies, copy `.env.example` contents to `.env` and fill in the required fields\n```\n~ git clone git@github.com:krau5/hyper-todo.git\n~ go mod download\n~ cp .env.example .env\n```\n\n**The application can be launched in two ways:**\n\n- `make dev` - run in development mode (API with Air for hot-reload, other services in Docker)\n- `make prod` - run everything in Docker (production mode)\n\n### Features\n- Gin for simplified http routing\n- Gorm for DB interactions\n- Project architecture inspired by [go-clean-arch](https://github.com/bxcodec/go-clean-arch)\n- Cookie-based JWT authentication for simplicity and security\n- Swag to generate RESTful API documentation with Swagger 2.0.\n- Github Actions for CI\n\n### Scripts\n- `make build` - compiles the application\n- `make test` - runs all the tests\n- `make run` - builds and runs the application in release mode\n- `make generate-swagger` - parses annotations to generate Swagger specifications\n- `make dev` - launches development environment (API with Air for hot-reload, other services in Docker)\n- `make prod` - launches production environment with all services running in Docker\n- `make dev-down` - stops the development environment\n- `make prod-down` - stops the production environment\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrau5%2Fhyper-todo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkrau5%2Fhyper-todo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrau5%2Fhyper-todo/lists"}