{"id":22928583,"url":"https://github.com/arronf2e/gin_gorm_tutorial","last_synced_at":"2025-04-01T16:18:33.537Z","repository":{"id":209573888,"uuid":"724146612","full_name":"arronf2e/gin_gorm_tutorial","owner":"arronf2e","description":"gin_gorm_tutorial","archived":false,"fork":false,"pushed_at":"2023-11-28T05:38:42.000Z","size":68,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-07T10:28:39.644Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/arronf2e.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}},"created_at":"2023-11-27T13:47:12.000Z","updated_at":"2023-11-27T13:47:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"d6e3b8fd-36a4-4c2d-9739-7c58b969ade9","html_url":"https://github.com/arronf2e/gin_gorm_tutorial","commit_stats":null,"previous_names":["arronf2e/gin_gorm_tutorial"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arronf2e%2Fgin_gorm_tutorial","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arronf2e%2Fgin_gorm_tutorial/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arronf2e%2Fgin_gorm_tutorial/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arronf2e%2Fgin_gorm_tutorial/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arronf2e","download_url":"https://codeload.github.com/arronf2e/gin_gorm_tutorial/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246668903,"owners_count":20814744,"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":[],"created_at":"2024-12-14T09:27:05.232Z","updated_at":"2025-04-01T16:18:33.510Z","avatar_url":"https://github.com/arronf2e.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"### package used\n- viper: load and validate the environment variables  \n  go get github.com/spf13/viper\n- gorm: connect to pgsql  \n  go get -u gorm.io/gorm  \n  go get gorm.io/driver/postgres\n- uuid: generates and inspects UUIDs  \n  go get github.com/google/uuid\n- gin  \n  go get github.com/gin-gonic/gin\n- air: livereload  \n  go get github.com/cosmtrek/air@latest\n- jwt  \n  github.com/golang-jwt/jwt\n- html2text: cover html to text  \n  go get github.com/k3a/html2text\n- gomail: send email  \n  go get gopkg.in/gomail.v2\n- randstr: generate random string  \n  go get github.com/thanhpk/randstr\n\n### Start pg docker container\n\n```shell\ndocker-compose up -d\n```\n\n### package install\n```shell\ngo mod tidy\n```\n\n### migrate\n```shell\ngo run migrate/migrate.go\n```\n\n### start server\n```shell\nair\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farronf2e%2Fgin_gorm_tutorial","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farronf2e%2Fgin_gorm_tutorial","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farronf2e%2Fgin_gorm_tutorial/lists"}