{"id":25026310,"url":"https://github.com/mustafadikyar/gofiber-mongodb-rest-api","last_synced_at":"2026-05-19T03:21:54.778Z","repository":{"id":197500552,"uuid":"698766102","full_name":"mustafadikyar/gofiber-mongodb-rest-api","owner":"mustafadikyar","description":"GoFiber framework'ü ve MongoDB veritabanını kullanarak geliştirilmiş örnek bir RESTful API uygulamasıdır.","archived":false,"fork":false,"pushed_at":"2023-09-30T23:02:47.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-05T17:47:27.932Z","etag":null,"topics":["fiber","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/mustafadikyar.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}},"created_at":"2023-09-30T22:38:53.000Z","updated_at":"2023-09-30T22:41:00.000Z","dependencies_parsed_at":"2023-10-01T01:46:22.967Z","dependency_job_id":null,"html_url":"https://github.com/mustafadikyar/gofiber-mongodb-rest-api","commit_stats":null,"previous_names":["mustafadikyar/gofiber-mongodb-rest-api"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mustafadikyar%2Fgofiber-mongodb-rest-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mustafadikyar%2Fgofiber-mongodb-rest-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mustafadikyar%2Fgofiber-mongodb-rest-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mustafadikyar%2Fgofiber-mongodb-rest-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mustafadikyar","download_url":"https://codeload.github.com/mustafadikyar/gofiber-mongodb-rest-api/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246342987,"owners_count":20761947,"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":["fiber","golang","mongodb","rest-api"],"created_at":"2025-02-05T17:36:00.252Z","updated_at":"2026-05-19T03:21:54.742Z","avatar_url":"https://github.com/mustafadikyar.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gofiber-mongodb-rest-api\n\nGoMongoDB API, Go dilinde geliştirilmiş ve MongoDB veritabanını kullanan basit bir API projesidir. \n\nFiber framework'ü ile oluşturulmuş bu proje, veritabanı işlemleri için MongoDB'yi kullanır ve kullanıcılara ürünler oluşturma, görüntüleme ve silme gibi temel CRUD (Create, Read, Update, Delete) operasyonlarını gerçekleştirebilecekleri bir RESTful API sunar.\n\n## Kurulum\n\n1. **MongoDB Kurulumu:** Öncelikle, projeyi çalıştırmadan önce MongoDB veritabanını kurmanız ve çalışır durumda olduğundan emin olmanız gerekmektedir.\n\n2. **Proje Kurulumu:**\n\n```bash\n   git clone https://github.com/mustafadikyar/gofiber-mongodb-rest-api.git\n   cd gofiber-mongodb-rest-api\n   go run main.go\n```\nProje bu adımlarla yerel bir sunucuda çalıştırılacaktır.\n\n## API Endpoints\n  \n* *Ürün Oluşturma:*\n\n```http\nPOST\n\n  /api/product\n```\n\n* *Tüm Ürünleri Görüntüleme:*\n\n```http\nGET\n\n  /api/products\n```\n\n* *Ürün Silme:*\n\n```http\nDELETE\n\n  /api/product/{id}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmustafadikyar%2Fgofiber-mongodb-rest-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmustafadikyar%2Fgofiber-mongodb-rest-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmustafadikyar%2Fgofiber-mongodb-rest-api/lists"}