{"id":16052407,"url":"https://github.com/devsazal/go-crud-api","last_synced_at":"2026-05-19T03:06:34.626Z","repository":{"id":174230989,"uuid":"645984150","full_name":"DevSazal/go-crud-api","owner":"DevSazal","description":"an experimental crud operation rest apis with GO, Fiber (v2.x), MongoDB","archived":false,"fork":false,"pushed_at":"2023-06-10T16:38:32.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-20T02:01:53.509Z","etag":null,"topics":["crud","fiber","fiber-framework","go","golang","mongodb","rest-api"],"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/DevSazal.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-05-26T23:40:58.000Z","updated_at":"2023-06-10T16:45:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"bc359996-3b98-4253-9a63-28e13d0c4852","html_url":"https://github.com/DevSazal/go-crud-api","commit_stats":{"total_commits":2,"total_committers":1,"mean_commits":2.0,"dds":0.0,"last_synced_commit":"25f53b7edd3a5a20b0413e10543b0ec8eaf1b720"},"previous_names":["devsazal/go-crud-api"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DevSazal/go-crud-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevSazal%2Fgo-crud-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevSazal%2Fgo-crud-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevSazal%2Fgo-crud-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevSazal%2Fgo-crud-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DevSazal","download_url":"https://codeload.github.com/DevSazal/go-crud-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevSazal%2Fgo-crud-api/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266886031,"owners_count":24001045,"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-24T02:00:09.469Z","response_time":99,"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":["crud","fiber","fiber-framework","go","golang","mongodb","rest-api"],"created_at":"2024-10-09T01:08:52.424Z","updated_at":"2026-05-19T03:06:34.584Z","avatar_url":"https://github.com/DevSazal.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CRUD API \u003e\u003e Go Fiber v2\n\n### Requirements:\n\n* Go\n* Fiber [v2.x](https://docs.gofiber.io/)\n* Git\n* MongoDB\n\n\nLet's clone the repository on your machine.\n\n🎁 The application includes the following files and folders.\n\n- `app` - code for the application written in [Go](https://go.dev/).\n- `.env.example` - a sample of .env which can be helpful for configuration.\n\n```bash\n# architecture\n# deep drive in app directory\n\napp/\n├── handlers/\n│   └── user.handler.go\n├── models/\n│   └── user.go\n├── repositories/\n│   └── user.repository.go\n├── services/\n│   └── user.service.go\n└── utils/\n    └── response.go\n\n```\n\n\n## Installation and Configuration\n\nLet's move to the cloned directory with your terminal.\n\n\nLet's rename from `.env.example` to `.env` and make sure all the necessary information is correct:\n\n```bash\nPORT=3000\n\nMONGO_URI=''\n\n```\n\nAlready done? Cool! You are almost ready to enjoy the app. ⛳️\n\n\n### Be Ready/Install:\n```\ngo mod tidy\n```\n\n### Run:\n```bash\ngo run main.go\n```\n\n### API Endpoint:\n\n```bash\n\nPOST /users\nGET /users\nGet /users/:id\nPUT /users/:id\nDELETE /users/:id\n\n# try the api with postman\n# port 3000\n```\n\n\n#### 🎯 I know, you liked it.\n\n#### 🧑‍💻 Stay in touch\n\n- Author - [Sazal Ahamed](https://sazal.vercel.app)\n\n#### tada! 🎉\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevsazal%2Fgo-crud-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevsazal%2Fgo-crud-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevsazal%2Fgo-crud-api/lists"}