{"id":23134594,"url":"https://github.com/mozancetin/baykarproject","last_synced_at":"2026-05-03T16:31:15.616Z","repository":{"id":263209959,"uuid":"889690369","full_name":"mozancetin/BaykarProject","owner":"mozancetin","description":"Django ile yazılmış basit bir hava aracı üretim uygulaması.","archived":false,"fork":false,"pushed_at":"2024-11-17T02:29:23.000Z","size":23223,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-04T08:23:08.822Z","etag":null,"topics":["api","backend","django","django-rest-framework","python"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/mozancetin.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":"2024-11-17T00:47:48.000Z","updated_at":"2024-11-17T02:29:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"37b60e10-dceb-4e49-abd9-3e5dae22877c","html_url":"https://github.com/mozancetin/BaykarProject","commit_stats":null,"previous_names":["mozancetin/baykarproject"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mozancetin/BaykarProject","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozancetin%2FBaykarProject","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozancetin%2FBaykarProject/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozancetin%2FBaykarProject/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozancetin%2FBaykarProject/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mozancetin","download_url":"https://codeload.github.com/mozancetin/BaykarProject/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozancetin%2FBaykarProject/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32577119,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["api","backend","django","django-rest-framework","python"],"created_at":"2024-12-17T12:11:19.218Z","updated_at":"2026-05-03T16:31:15.599Z","avatar_url":"https://github.com/mozancetin.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1\u003eDjango ile İHA Kiralama Projesi | Hava Aracı Üretim Uygulaması\u003c/h1\u003e\r\n\r\nDjango ile yazılmış basit bir hava aracı üretim uygulaması.\r\n\u003cbr\u003e\r\nPython Versiyonu: 3.10.7\r\n\r\n# İndirme\r\n- \u003ch3\u003e1. Projeyi indirin.\u003c/h3\u003e\r\n\r\n```cmd\r\ngit clone https://github.com/mozancetin/BaykarProject.git\r\n```\r\n\r\n```cmd\r\ncd BaykarProject\r\n```\r\n\r\n- \u003ch3\u003e2. Virtualenv oluşturun ve aktifleştirin. (Zorunlu değil ama kesinlikle önerilir)\u003c/h3\u003e\r\n\r\n```cmd\r\npython -m venv venv\r\n```\r\n\r\n```cmd\r\n. ./venv/Scripts/activate (For Windows)\r\nsource ./venv/bin/activate (For Linux)\r\n```\r\n\r\n- \u003ch3\u003e3. Gereksinimleri indirin.\u003c/h3\u003e\r\n\r\n```cmd\r\npython -m pip install -r requirements.txt\r\n```\r\n\r\n- \u003ch3\u003e4. Docker'ı başlatın.\u003c/h3\u003e\r\n\r\n```cmd\r\ndocker-compose up --build\r\n```\r\n\r\n- \u003ch3\u003e5. Yeni bir terminal açıp veritabanını kurun.\u003c/h3\u003e\r\n\r\n```cmd\r\ndocker-compose exec web python manage.py migrate\r\n```\r\n\r\nSite kullanıma hazır! \u003cbr\u003e\r\n\u003ch3\u003eAPI DÖKÜMANTASYONU: /api/v1/swagger/\u003c/h3\u003e\r\n\r\n# Sayfalar\r\n\r\n- \u003ch3\u003ePersonel Giriş Ekranı (/)\u003c/h3\u003e\r\n\r\n![Personel Giriş Ekranı](https://github.com/mozancetin/BaykarProject/blob/main/images/login.png)\r\n\r\n- \u003ch3\u003ePersonel Kayıt Ekranı (/register/)\u003c/h3\u003e\r\n\r\n![Personel Kayıt Ekranı](https://github.com/mozancetin/BaykarProject/blob/main/images/register.png)\r\n\r\n- \u003ch3\u003ePersonel Paneli (/dashboard/)\u003c/h3\u003e\r\n\r\n![Personel Paneli](https://github.com/mozancetin/BaykarProject/blob/main/images/dashboard.png)\r\n\r\n- \u003ch3\u003ePersonel Paneli [Montaj Takımı] (/dashboard/)\u003c/h3\u003e\r\n\r\n![Personel Paneli Montaj Takımı](https://github.com/mozancetin/BaykarProject/blob/main/images/montaj1.png)\r\n\r\n- \u003ch3\u003ePersonelin Takımı (/dashboard/team/)\u003c/h3\u003e\r\n\r\n![Personelin Takımı](https://github.com/mozancetin/BaykarProject/blob/main/images/takımım.png)\r\n\r\n- \u003ch3\u003ePersonel Çıkış (/logout/)\u003c/h3\u003e\r\n\r\n# Yardımcılar\r\n\r\n- \u003ch3\u003eRastgele Parça Oluşturucu\u003c/h3\u003e\r\n\r\n![Rastgele Parça Oluşturucu](https://github.com/mozancetin/BaykarProject/blob/main/images/rastgele_parca.png)\r\n\r\n# API URL'leri\r\n**Dökümantasyon için: _/api/v1/swagger/_ veya _/api/v1/redoc/_**\r\n\u003cbr\u003e\r\nAPI kullanımı için hesap oluşturulup giriş yapılması gerekmektedir.\r\n\r\n\u003chr\u003e\r\n\r\n- \u003ch3\u003ePersonel Listesi\u003c/h3\u003e\r\n\r\n```/api/v1/employee/list/ (GET)```\r\n\r\n\u003chr\u003e\r\n\r\n- \u003ch3\u003eUçak Listesi\u003c/h3\u003e\r\n\r\n```/api/v1/plane/list/ (GET)```\r\n\r\n\u003chr\u003e\r\n\r\n- \u003ch3\u003eParça Listesi\u003c/h3\u003e\r\n\r\n```/api/v1/part/list/ (GET)```\r\n\r\n\u003chr\u003e\r\n\r\n- \u003ch3\u003eID ile Personel Bilgisi Alma\u003c/h3\u003e\r\n\r\n```/api/v1/employee/\u003cint:id\u003e/ (GET)```\r\n\r\n\u003chr\u003e\r\n\r\n- \u003ch3\u003eID ile Uçak Bilgisi Alma\u003c/h3\u003e\r\n\r\n```/api/v1/plane/\u003cint:id\u003e/ (GET)```\r\n\r\n\u003chr\u003e\r\n\r\n- \u003ch3\u003eID ile Parça Bilgisi Alma\u003c/h3\u003e\r\n\r\n```/api/v1/part/\u003cint:id\u003e/ (GET)```\r\n\r\n\u003chr\u003e\r\n\r\n- \u003ch3\u003eGiriş Yapmış Kullanıcının Takımdaki Personel Listesi\u003c/h3\u003e\r\n\r\n```/api/v1/employee/by-team/ (GET)```\r\n\r\n\u003chr\u003e\r\n\r\n- \u003ch3\u003eUçak Tipine ve Parça Tipine Göre Gruplandırılmış Parça Listesi\u003c/h3\u003e\r\n\r\n```/api/v1/part/grouped/ (GET)```\r\n\r\n\u003chr\u003e\r\n\r\n- \u003ch3\u003eUçak Üretimi\u003c/h3\u003e\r\n\r\n```/api/v1/plane/create/ (POST)```\r\n\r\n**Body Parametresi:** plane_type (str) [\"TB2\", \"TB3\", \"AKI\", \"KIZ\"]\r\n\u003cbr\u003e\r\n**Uçak üretilebilmesi için gerekli parçalar bulunmalı:** Kanat (2), Gövde (1), Kuyruk (1), Aviyonik (1)\r\n\r\n\u003chr\u003e\r\n\r\n- \u003ch3\u003eParça Oluşturma\u003c/h3\u003e\r\n\r\n```/api/v1/part/create/ (POST)```\r\n\r\n**Body Parametresi:** plane_type (str) [\"TB2\", \"TB3\", \"AKI\", \"KIZ\"]\r\n\r\n\u003chr\u003e\r\n\r\n- \u003ch3\u003eParça Geri Dönüştürme\u003c/h3\u003e\r\n\r\n```/api/v1/part/delete/ (DELETE)```\r\n\r\n**Body Parametresi:** part_id\r\n\u003cbr\u003e\r\n**Kural:** Parçanın geri dönüştürülebilmesi için parçayı üreten takımın bu çağrıyı yapması gerekir. \r\n\r\n\u003chr\u003e\r\n\r\n- \u003ch3\u003eRastgele Parça Oluşturur\u003c/h3\u003e\r\n\r\n```/api/v1/generate/part/\u003cint:count\u003e/ (GET)```\r\n\r\n\u003chr\u003e\r\n\r\n- \u003ch3\u003eAPI Dökümantasyonu 1\u003c/h3\u003e\r\n\r\n```/api/v1/swagger/ (GET)```\r\n\r\n\u003chr\u003e\r\n\r\n- \u003ch3\u003eAPI Dökümantasyonu 2\u003c/h3\u003e\r\n\r\n```/api/v1/redoc/ (GET)```\r\n\r\n# Testleri Çalıştırma\r\n\r\nDocker çalışıyorken bu komut ile testleri çalıştırabilirsiniz:\r\n\r\n```cmd\r\ndocker-compose exec web python manage.py test\r\n```\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmozancetin%2Fbaykarproject","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmozancetin%2Fbaykarproject","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmozancetin%2Fbaykarproject/lists"}