{"id":15014223,"url":"https://github.com/0xvbetsun/todo-app","last_synced_at":"2026-02-25T23:32:30.507Z","repository":{"id":39719401,"uuid":"484854723","full_name":"0xvbetsun/todo-app","owner":"0xvbetsun","description":"Simple todo-app with documentation and e2e testing via Postman","archived":false,"fork":false,"pushed_at":"2023-12-20T21:52:16.000Z","size":1174,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-26T10:54:28.529Z","etag":null,"topics":["go","golang","newman","openapi","postman","todo-app"],"latest_commit_sha":null,"homepage":"https://pkg.go.dev/github.com/vbetsun/todo-app","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/0xvbetsun.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2022-04-23T20:56:19.000Z","updated_at":"2024-06-24T04:46:37.000Z","dependencies_parsed_at":"2024-06-21T02:28:07.792Z","dependency_job_id":null,"html_url":"https://github.com/0xvbetsun/todo-app","commit_stats":null,"previous_names":["0xvbetsun/todo-app","vbetsun/todo-app"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/0xvbetsun/todo-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xvbetsun%2Ftodo-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xvbetsun%2Ftodo-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xvbetsun%2Ftodo-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xvbetsun%2Ftodo-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0xvbetsun","download_url":"https://codeload.github.com/0xvbetsun/todo-app/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xvbetsun%2Ftodo-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29844870,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T22:37:40.667Z","status":"ssl_error","status_checked_at":"2026-02-25T22:37:25.960Z","response_time":61,"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","golang","newman","openapi","postman","todo-app"],"created_at":"2024-09-24T19:45:20.700Z","updated_at":"2026-02-25T23:32:30.490Z","avatar_url":"https://github.com/0xvbetsun.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Todo App\n\nThe project represents the configuration and setup basic server for TODO application with auto-testing and OpenAPI specification from postman's collection\n\n![CI](https://github.com/vbetsun/todo-app/workflows/CI/badge.svg)\n[![GoReport](https://goreportcard.com/badge/github.com/vbetsun/todo-app)](https://goreportcard.com/report/github.com/vbetsun/todo-app)\n![license](https://img.shields.io/github/license/vbetsun/todo-app)\n[![GitHub go.mod Go version of a Go module](https://img.shields.io/github/go-mod/go-version/vbetsun/todo-app.svg)](https://github.com/vbetsun/todo-app)\n[![GoDoc](https://pkg.go.dev/badge/github.com/vbetsun/todo-app)](https://pkg.go.dev/github.com/vbetsun/todo-app)\n\n\n## Prerequisites\n\n- Git\n- Docker\n- Docker Compose\n  \n## How to Install\n\nClone from github and navigate to the project's folder\n```sh\n# HTTPS\ngit clone https://github.com/vbetsun/todo-app.git\n\n# SSH\ngit clone git@github.com:vbetsun/todo-app.git\n\ncd todo-app\n```\n\n## How to Deploy\n\n```sh\ncp ./deployments/.env.example ./deployments/.env\n```\n\nchange env variables for your needs\n\n```dotenv\nPORT=8000 # port for serving API\nDOCS_PORT=8080 # port for serving OpenAPI documentation\nPOSTGRES_HOST=localhost # host of postgre db\nPOSTGRES_PASSWORD=someStr0ngPass # password to psql\n```\n\nand start the application via `docker compose`. It should start the API server, PostgreSQL database, pgAdmin and OpenAPI documentation, which you can see on http://localhost:${DOCS_PORT}\n\n```sh\ndocker compose -f ./deployments/docker-compose.yml up -d\n```\n\nafter that you have to run migrations\n\n```sh\nmake migrate-up\n```\n\n## Database structure\n\n![ERD](./docs/ERD.png)\n\n## How to Test\n\nfor testing our API we're going to use POstman collection via Newman\n\n```sh\nmake test-e2e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xvbetsun%2Ftodo-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0xvbetsun%2Ftodo-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xvbetsun%2Ftodo-app/lists"}