{"id":20554903,"url":"https://github.com/ansinitro/todo-app","last_synced_at":"2026-05-08T15:48:50.640Z","repository":{"id":230533509,"uuid":"779568579","full_name":"ansinitro/todo-app","owner":"ansinitro","description":"REST API for creating TODO lists in Go","archived":false,"fork":false,"pushed_at":"2024-03-30T07:31:39.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-03-30T08:26:43.676Z","etag":null,"topics":["clean-architecture","gin","go","golang","golang-api","golang-jwt","golang-migrate","golang-rest","jwt","jwt-authentication","rest-api","sqlx","youtube"],"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/ansinitro.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}},"created_at":"2024-03-30T07:06:15.000Z","updated_at":"2024-03-30T08:26:48.381Z","dependencies_parsed_at":"2024-03-30T08:26:45.040Z","dependency_job_id":"f0ada4e4-4194-4600-a7ed-53dd19ce10f1","html_url":"https://github.com/ansinitro/todo-app","commit_stats":null,"previous_names":["ansinitro/todo-app"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ansinitro%2Ftodo-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ansinitro%2Ftodo-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ansinitro%2Ftodo-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ansinitro%2Ftodo-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ansinitro","download_url":"https://codeload.github.com/ansinitro/todo-app/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242159904,"owners_count":20081568,"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":["clean-architecture","gin","go","golang","golang-api","golang-jwt","golang-migrate","golang-rest","jwt","jwt-authentication","rest-api","sqlx","youtube"],"created_at":"2024-11-16T03:14:20.439Z","updated_at":"2026-05-08T15:48:46.114Z","avatar_url":"https://github.com/ansinitro.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# REST API for creating TODO lists in Go #\n\u003chr\u003e\n\n### This project was created based on the \u003ca href=\"https://www.youtube.com/playlist?list=PLbTTxxr-hMmyFAvyn7DeOgNRN8BQdjFm8\"\u003eYouTube tutorial\u003c/a\u003e ###\n\u003chr\u003e\n\n#### The following concepts are covered in the course: ####\n- Developing Web Applications in Go, following REST API design principles.\n- Working with the gin-gonic/gin framework.\n- Applying Clean Architecture principles in building application structure. Dependency injection technique.\n- Working with Postgres database. Generation of migration files.\n- Application configuration using the spf13/viper library. Handling environment variables.\n- Database interaction using the sqlx library.\n- User registration and authentication. Working with JWT. Middleware.\n- Writing SQL queries.\n- Graceful Shutdown.\n\u003chr\u003e\n\n#### Quick Start ####\n\n```bash\n    git clone \"https://github.com/ansinitro/todo-app\" \n    cd todo-app\n    go mod download\n```\ncreate `.env` file based on `.env.example` file or just execute `echo DB_PASSWORD=\u003cyour_password\u003e \u003e .env`\n```bash\n    migrate -path ./schema -database 'postgres://postgres:\u003cyour_password\u003e@0.0.0.0:5432/postgres?sslmode=disable' up\n    go run cmd/main.go\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fansinitro%2Ftodo-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fansinitro%2Ftodo-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fansinitro%2Ftodo-app/lists"}