{"id":15095978,"url":"https://github.com/akbaralishaikh/denti","last_synced_at":"2025-10-29T06:15:42.742Z","repository":{"id":37234795,"uuid":"163686473","full_name":"AkbaraliShaikh/denti","owner":"AkbaraliShaikh","description":"This project is created to demonstrate Go-Lang Clean Architecture/DDD/Hexagonal Architecture, and It show the usage of popular libraries gin, gorm, zap and dig.","archived":false,"fork":false,"pushed_at":"2022-12-01T12:19:39.000Z","size":1870,"stargazers_count":150,"open_issues_count":0,"forks_count":27,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-14T03:39:06.499Z","etag":null,"topics":["clean-architecture","ddd-architecture","ddd-sample","dig","gin-gonic","go","golang","gorm","hexagonal-architecture","zap"],"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/AkbaraliShaikh.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}},"created_at":"2018-12-31T17:26:08.000Z","updated_at":"2025-03-21T20:19:09.000Z","dependencies_parsed_at":"2023-01-23T20:01:26.346Z","dependency_job_id":null,"html_url":"https://github.com/AkbaraliShaikh/denti","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AkbaraliShaikh/denti","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AkbaraliShaikh%2Fdenti","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AkbaraliShaikh%2Fdenti/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AkbaraliShaikh%2Fdenti/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AkbaraliShaikh%2Fdenti/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AkbaraliShaikh","download_url":"https://codeload.github.com/AkbaraliShaikh/denti/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AkbaraliShaikh%2Fdenti/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266645150,"owners_count":23961658,"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-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":["clean-architecture","ddd-architecture","ddd-sample","dig","gin-gonic","go","golang","gorm","hexagonal-architecture","zap"],"created_at":"2024-09-25T15:44:30.744Z","updated_at":"2025-10-29T06:15:37.707Z","avatar_url":"https://github.com/AkbaraliShaikh.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# denti-go-clean-arch\n\n[![Build Status](https://travis-ci.org/joemccann/dillinger.svg?branch=master)](https://travis-ci.org/joemccann/dillinger)\n\nThis project is created to demonstrate a CleanArchitecture/DDD/HexaArchitecture for dental clinic application built with go gin api including gorm CRUD operations and more.\n\n#Go #Go-Lang #CleanArchitecture #DDD #HexaArchitecture #GoProjectStructure #RealWorldExample #DentalClinic #denti \n\n# Benefits :\n  - flexibility\n  - testability\n\n### Dependencies:\n\n- [gin](https://github.com/gin-gonic/gin)                 \t\t - Http Api Server\n- [gorm](https://github.com/jinzhu/gorm)\t\t\t \t - Object relational mapping (database)\n- [zap](https://github.com/uber-go/zap) \t\t\t\t - Logger\n- [dig](https://github.com/uber-go/dig)\t\t\t\t\t - Dependency Injection\n- [configor](https://github.com/jinzhu/configor) \t \t\t - Configuration Helper\n- [go.uuid](https://github.com/satori/go.uuid) \t\t\t\t - UUID v4\n\n###  Project Structure:\n\n  \u003ca target=\"_blank\" href=\"https://github.com/AkbaraliShaikh/AspNetCore2Docker/blob/master/img/Go_Project_Structure.PNG\" class=\"rich-diff-level-one\"\u003e\u003cimg src=\"https://github.com/AkbaraliShaikh/AspNetCore2Docker/raw/master/img/Go_Project_Structure.PNG\" alt=\"text\" width=75%  height=400px\u003e\u003c/a\u003e\n  \n###  Run:\n  - $ sudo docker-compose up -d\n  - $ curl http://localhost:8282/api/v1/health/\n  \n###  Test:\n```curl --header \"Content-Type: application/json\" --request POST --data '{\"email\":\"a.a.shaikh55@gmail.com\",\"first_name\":\"Akbar\",\"last_name\":\"Shaikh\",\"password\":\"password\",\"gender\":1,\"picture\":\"http://abc.com/user.png\",\"phone_number\":\"9123456789\"}'  http://localhost:8282/api/v1/users/```\n\n`curl http://localhost:8282/api/v1/users/`\n\n#####  =\u003e Repo work is in-progress, will be keep updating the code, but the basic project structure is ready with the required code to understand, have a look!\n\n## Happy Coding!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakbaralishaikh%2Fdenti","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakbaralishaikh%2Fdenti","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakbaralishaikh%2Fdenti/lists"}