{"id":25352616,"url":"https://github.com/samiraafrin/to-do-app","last_synced_at":"2026-04-29T16:32:10.057Z","repository":{"id":172934313,"uuid":"599445968","full_name":"SamiraAfrin/To-Do-App","owner":"SamiraAfrin","description":"It is a todo app built using Golang. CRUD operations are implemented following clean-architecture. Here, echo framework and mysql is used for the execution of the app.","archived":false,"fork":false,"pushed_at":"2023-03-29T05:57:27.000Z","size":39644,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-07T02:50:59.575Z","etag":null,"topics":["clean-architecture","database","dockerfile","e2e-testing","echo-framework","go","golang","gorm","gorm-orm","integration-testing","mysql","mysql-database","todo-app","unit-testing"],"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/SamiraAfrin.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-02-09T06:33:09.000Z","updated_at":"2023-03-07T05:15:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"eef83586-ffb9-442b-bee9-fcc59272db02","html_url":"https://github.com/SamiraAfrin/To-Do-App","commit_stats":null,"previous_names":["samiraafrin/to-do-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SamiraAfrin/To-Do-App","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamiraAfrin%2FTo-Do-App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamiraAfrin%2FTo-Do-App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamiraAfrin%2FTo-Do-App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamiraAfrin%2FTo-Do-App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SamiraAfrin","download_url":"https://codeload.github.com/SamiraAfrin/To-Do-App/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamiraAfrin%2FTo-Do-App/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32434697,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T13:34:34.882Z","status":"ssl_error","status_checked_at":"2026-04-29T13:34:29.830Z","response_time":110,"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":["clean-architecture","database","dockerfile","e2e-testing","echo-framework","go","golang","gorm","gorm-orm","integration-testing","mysql","mysql-database","todo-app","unit-testing"],"created_at":"2025-02-14T18:56:17.004Z","updated_at":"2026-04-29T16:32:10.052Z","avatar_url":"https://github.com/SamiraAfrin.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Project Description\nIt is a todo app built using Golang. CRUD operations are implemented following clean-architecture. Here, echo framework and mysql is used for the execution of the app. \n\n# Layers\nThis project has 4 layers :\n* Models Layer\n* Repository Layer\n* Usecase Layer\n* Delivery Layer\n\n# How to run the project\n#### Here is the steps to run it with ```docker-compose```\n\n```\n#move to directory\n$ cd workspace\n\n# Clone into your workspace\n$ git clone https://github.com/SamiraAfrin/To-Do-App.git\n\n#move to project\n$ cd To-Do-App\n\n# Run the application\n$ docker compose up -d mysql adminer\n$ docker compose up web - - build\n```\n# Database\n### If the database is empty, database can be updated using two ways\n\n## Way 1\n```\nFrom the adminer GUI\n# In the browser, type \n- localhost:8080\n# Fill the fields using the following credentials\n- System --\u003e MySQL\n- Server --\u003e mysql\n- Username --\u003e root\n- Password --\u003e 123\n- Database --\u003e recordings\n# Update the database\n- SQL commands are provided in the database.sql file\n```\n## Way 2\n```\nFrom the container terminal\n# To be in the container terminal\n$ docker exec -it mysql container id bash\n$ To connect mysql server\n$ mysql -u root -h localhost --protocol tcp -P 3306 -p\n$ Passwords ? --\u003e 123\n# Update the database\n- SQL commands are provided in the database.sql file\n```\n# API\n## Way 1\n```\n#move to project\n$ cd To-Do-App\n\n#Execute the call in another terminal\n$ curl localhost:8000/tasks\n```\n## Way 2\n```\n# Postman might be a good option \n# choose the http method\n- Example: Choose GET method \n# In the url section,type, localhost:8000/endpoint\n- Example: localhost:8000/tasks\n# All the api patterns are mentioned in the following path\n- To-Do-App/Task/delivery/http/task_handler.go\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamiraafrin%2Fto-do-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamiraafrin%2Fto-do-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamiraafrin%2Fto-do-app/lists"}