{"id":30952142,"url":"https://github.com/kenfront/gin-todo-list","last_synced_at":"2026-04-05T23:05:37.556Z","repository":{"id":184782854,"uuid":"375200642","full_name":"KenFront/gin-todo-list","owner":"KenFront","description":"Basic gin for Todo list","archived":false,"fork":false,"pushed_at":"2023-07-30T09:19:32.000Z","size":489,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-18T08:36:30.834Z","etag":null,"topics":["docker-compose","gin-gonic","nextjs","nginx"],"latest_commit_sha":null,"homepage":"","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/KenFront.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-06-09T02:20:59.000Z","updated_at":"2022-02-05T11:47:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"3041f2e7-cfd0-48b1-8bab-79c7ca368eb8","html_url":"https://github.com/KenFront/gin-todo-list","commit_stats":null,"previous_names":["kenfront/gin-todo-list"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/KenFront/gin-todo-list","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KenFront%2Fgin-todo-list","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KenFront%2Fgin-todo-list/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KenFront%2Fgin-todo-list/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KenFront%2Fgin-todo-list/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KenFront","download_url":"https://codeload.github.com/KenFront/gin-todo-list/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KenFront%2Fgin-todo-list/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274593948,"owners_count":25313931,"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","status":"online","status_checked_at":"2025-09-11T02:00:13.660Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["docker-compose","gin-gonic","nextjs","nginx"],"created_at":"2025-09-11T07:01:54.477Z","updated_at":"2025-12-30T21:24:55.937Z","avatar_url":"https://github.com/KenFront.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gin-todo-list\n\n## Description\n\nBasic gin for Todo list\n\n## Environment\n\n- Docker: v20.10.7\n- Go: v1.16.5\n- golangci-lint: v1.41.0\n- Node.js: v16.17.1\n\n## Service Flow Chart\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"./flowChart/servers.svg\" width=\"100%\" alt=\"service flow chart\"\u003e\n\u003c/div\u003e\n\n## Command\n\n```bash\n# Launch go server\nmake start\n\n# Update go module required packages\nmake update\n\n# Set runtime enviroment\nmake setEnv\n\n# Set database data volume path\nmake setDbPath\n\n# Build go server image\nmake build\n\n# Build next.js image\nmake buildApp\n\n# Launch database with migrate\nmake upDB\n\n# Launch all services\nmake upAll\n\n# Shut down adn remove all services\nmake down\n\n# Run unit test with cache\nmake test\n\n# Run unit test without cache\nmake testAll\n\n# Run golangci-lint\nmake lint\n\n# Generate servers flow chart\nmake generateFlowChart FLOW_CHART=servers\n```\n\n## Development\n\n### Develop gin server\n\n```bash\n# run first time\nmake setDbPath\n\n# run first time or enviroment changed\nmake setEnv\n\n# Launch database with migrate\nmake upDB\n\n# Launch go server\nmake start\n```\n\n### Develop next.js web\n\n```bash\n# run first time\nmake setDbPath\n\n# run first time or enviroment changed\nmake setEnv\n\n# Build go server image\nmake build\n\n# Build next.js image\nmake buildApp\n\n# Launch all sever service\nmake upAll\n\n# To app root dictionary\ncd ./app\n\n# Run next.js web\nnpm run dev\n```\n## Prevview\n\n```bash\n# run first time\nmake setDbPath\n\n# run first time or enviroment changed\nmake setEnv\n\n# Build go server image\nmake build\n\n# Build next.js image\nmake buildApp\n\n# Launch all services\nmake upAll\n```\n\n## Postman\n\n- Set Enviroments domain(http://localhost)\n- Edit Collection Add API Key(Key: X-Service, Value: gin_server, Add to: Header)\n\n## Todolist\n\n- UI(React)\n- i18n\n- https setting\n- Cron\n- System log(MongoDb)\n- Swagger\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkenfront%2Fgin-todo-list","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkenfront%2Fgin-todo-list","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkenfront%2Fgin-todo-list/lists"}