{"id":13806740,"url":"https://github.com/gofiber/boilerplate","last_synced_at":"2025-05-15T16:05:22.803Z","repository":{"id":37930632,"uuid":"252973813","full_name":"gofiber/boilerplate","owner":"gofiber","description":"🚧 Boilerplate for 🚀 Fiber","archived":false,"fork":false,"pushed_at":"2025-01-01T11:38:10.000Z","size":688,"stargazers_count":451,"open_issues_count":0,"forks_count":75,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-04-07T21:13:53.155Z","etag":null,"topics":["boilerplate","fiber"],"latest_commit_sha":null,"homepage":"https://github.com/gofiber/fiber","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gofiber.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2020-04-04T11:03:01.000Z","updated_at":"2025-04-04T02:15:39.000Z","dependencies_parsed_at":"2023-02-14T01:16:01.717Z","dependency_job_id":"ab93eeef-1f70-4957-9966-eb63348dda89","html_url":"https://github.com/gofiber/boilerplate","commit_stats":{"total_commits":128,"total_committers":21,"mean_commits":6.095238095238095,"dds":0.53125,"last_synced_commit":"d0659c9fa66cda6fe717838883327b9349dcdb10"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gofiber%2Fboilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gofiber%2Fboilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gofiber%2Fboilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gofiber%2Fboilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gofiber","download_url":"https://codeload.github.com/gofiber/boilerplate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254374411,"owners_count":22060610,"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":["boilerplate","fiber"],"created_at":"2024-08-04T01:01:15.479Z","updated_at":"2025-05-15T16:05:22.777Z","avatar_url":"https://github.com/gofiber.png","language":"Go","funding_links":[],"categories":["🚧 Boilerplates"],"sub_categories":["🌱 Third Party"],"readme":"# GoFiber Docker Boilerplate\n\n![Release](https://img.shields.io/github/release/gofiber/boilerplate.svg)\n[![Discord](https://img.shields.io/badge/discord-join%20channel-7289DA)](https://gofiber.io/discord)\n![Test](https://github.com/gofiber/boilerplate/workflows/Test/badge.svg)\n![Security](https://github.com/gofiber/boilerplate/workflows/Security/badge.svg)\n![Linter](https://github.com/gofiber/boilerplate/workflows/Linter/badge.svg)\n\n\n## IDE Development\n\n### Visual Studio Code\n\nUse the following plugins, in this boilerplate project:\n- Name: Go\n  - ID: golang.go\n  - Description: Rich Go language support for Visual Studio Code\n  - Version: 0.29.0\n  - Editor: Go Team at Google\n  - Link to Marketplace to VS: https://marketplace.visualstudio.com/items?itemName=golang.Go\n\n## Development\n\n### Start the application \n\n\n```bash\ngo run app.go\n```\n\n### Use local container\n\n```\n# Shows all commands\nmake help\n\n# Clean packages\nmake clean-packages\n\n# Generate go.mod \u0026 go.sum files\nmake requirements\n\n# Generate docker image\nmake build\n\n# Generate docker image with no cache\nmake build-no-cache\n\n# Run the projec in a local container\nmake up\n\n# Run local container in background\nmake up-silent\n\n# Run local container in background with prefork\nmake up-silent-prefork\n\n# Stop container\nmake stop\n\n# Start container\nmake start\n```\n\n## Production\n\n```bash\ndocker build -t gofiber .\ndocker run -d -p 3000:3000 gofiber ./app -prod\n```\n\nGo to http://localhost:3000:\n\n\n![Go Fiber Docker Boilerplate](./go_fiber_boilerplate.gif)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgofiber%2Fboilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgofiber%2Fboilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgofiber%2Fboilerplate/lists"}