{"id":23878382,"url":"https://github.com/eugeniusms/go-web-boilerplate","last_synced_at":"2026-05-01T21:03:00.794Z","repository":{"id":174375265,"uuid":"651116850","full_name":"eugeniusms/go-web-boilerplate","owner":"eugeniusms","description":"A boilerplate for go applications using Go Fiber, Postgres, JWT, Oauth2, Docker, Swagger, Mailer, Metrics.","archived":false,"fork":false,"pushed_at":"2023-06-11T07:48:11.000Z","size":69,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-22T22:41:30.601Z","etag":null,"topics":["boilerplate","docker","fiber","golang","jwt","mailer","metrics","oauth2","postgres","swagger","template","web"],"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/eugeniusms.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-06-08T14:27:54.000Z","updated_at":"2024-08-08T10:23:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"508498de-6ec1-43f1-b571-b642f6914995","html_url":"https://github.com/eugeniusms/go-web-boilerplate","commit_stats":null,"previous_names":["eugeniusms/go-web-boilerplate"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/eugeniusms/go-web-boilerplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eugeniusms%2Fgo-web-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eugeniusms%2Fgo-web-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eugeniusms%2Fgo-web-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eugeniusms%2Fgo-web-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eugeniusms","download_url":"https://codeload.github.com/eugeniusms/go-web-boilerplate/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eugeniusms%2Fgo-web-boilerplate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32512670,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"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":["boilerplate","docker","fiber","golang","jwt","mailer","metrics","oauth2","postgres","swagger","template","web"],"created_at":"2025-01-03T21:35:43.675Z","updated_at":"2026-05-01T21:03:00.750Z","avatar_url":"https://github.com/eugeniusms.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Go Web Boilerplate\nThis boilerplate is for applications using go with Postgres.\u003cbr\u003e\nLib used:\u003cbr\u003e\n- github.com/go-playground/validator/v10 \n- github.com/goccy/go-json \n- github.com/gofiber/fiber/v2 \n- github.com/gofiber/swagger \n- github.com/golang-jwt/jwt \n- github.com/golang-module/carbon \n- github.com/kelseyhightower/envconfig \n- github.com/pkg/errors \n- github.com/sendinblue/APIv3-go-library/v2 \n- github.com/sirupsen/logrus \n- github.com/swaggo/swag \n- github.com/twharmon/gouid \n- go.uber.org/dig\n- golang.org/x/crypto \n- gorm.io/driver/postgres \n- gorm.io/gorm \n## Getting started\nFirst, clone this project with the following command:\n```\ngit clone https://github.com/eugeniusms/go-web-boilerplate.git YourAppName\n```\nThen, if you want to rename your module, you can edit this first line of your go.mod  \n```\nmodule go-web-boilerplate \u003e\u003e\u003e module YourAppName\n``` \n⚠ If you change it, some files will show new issues because they depend on this package. For example in ```application/auth/service.go```, you have to change ```go-web-boilerplate/application/auth``` to ```YourAppName/application/auth```\nThen download all the dependencies using\n```bash\ngo mod download\n```\nAfter this, you can run your app using \n```bash\ngo run main.go\n```\nor build it using \n```bash\ngo build\n```\nThis will generate an executable file named `\u003cYourAppName\u003e`.\n\n## Wiki\n- SQL Drivers : https://github.com/golang/go/wiki/SQLDrivers\n\n## Contribute\nFeel free to contribute, this project will be greater for anyone.\n\n## Authors\n[@Nofaldi Atmam](https://github.com/nofamex), [@Haikal Susanto](https://github.com/haikalSusanto), [@Eugenius Mario](https://github.com/eugeniusms)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feugeniusms%2Fgo-web-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feugeniusms%2Fgo-web-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feugeniusms%2Fgo-web-boilerplate/lists"}