{"id":25649606,"url":"https://github.com/karolchoron/findflightsapiserver","last_synced_at":"2026-05-12T12:39:00.727Z","repository":{"id":278387497,"uuid":"935448912","full_name":"karolchoron/FindFlightsAPIServer","owner":"karolchoron","description":"FindFligts - backend server app - C# .NET Blazor RESTfull API","archived":false,"fork":false,"pushed_at":"2025-02-19T13:49:23.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-19T14:28:07.704Z","etag":null,"topics":["api","backend","csharp","dotnet","dotnet-core","restfull-api","server"],"latest_commit_sha":null,"homepage":"","language":"C#","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/karolchoron.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":"2025-02-19T13:14:50.000Z","updated_at":"2025-02-19T13:49:27.000Z","dependencies_parsed_at":"2025-02-19T14:38:25.100Z","dependency_job_id":null,"html_url":"https://github.com/karolchoron/FindFlightsAPIServer","commit_stats":null,"previous_names":["karolchoron/findflightsapiserver"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karolchoron%2FFindFlightsAPIServer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karolchoron%2FFindFlightsAPIServer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karolchoron%2FFindFlightsAPIServer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karolchoron%2FFindFlightsAPIServer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/karolchoron","download_url":"https://codeload.github.com/karolchoron/FindFlightsAPIServer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240325220,"owners_count":19783637,"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":["api","backend","csharp","dotnet","dotnet-core","restfull-api","server"],"created_at":"2025-02-23T14:22:41.649Z","updated_at":"2026-05-12T12:39:00.715Z","avatar_url":"https://github.com/karolchoron.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ✈️ FindFlights API Server - Backend\n\n[![Website](https://img.shields.io/badge/Live%20Demo-Available-green?style=for-the-badge)](https://findflights.onrender.com)\n\n## EN (PL version bellow)\n\n### FlightTrack  is a real-time flight status tracking application. 🛫\n\n🔗 **Start the application:**  \n➡ [https://findflights.onrender.com](https://findflights.onrender.com)  \n\n---\n\n## 🚀 **Technologies**\n- ✅ ASP.NET Core \n- ✅ C#  \n- ✅ RESTfull API (aviationstack API)\n- ✅ Docker - deploy \u0026 DevOps na render.com\n\n---\n\n## 📥 **Installation (Local)**\n0. **Remember to prepare the frontend application as well!**\n\u003cbr\u003e ➡ [https://github.com/karolchoron/FindFlightsAPIServer](https://github.com/karolchoron/FindFlights)  \n\n1. **Clone the repository**  \n2. **Add aviationstack API keys to the secrets.json**\n\nSettings to allow frontend connection:\n```\nbuilder.Services.AddScoped(sp =\u003e new HttpClient { BaseAddress = new Uri(\"http://localhost:5240/\") });\nPort for:\nHTTP: 5240\nHTTPS: 7220\n```\n3. **CORS Settings (Cross-Origin Resource Sharing)**\n```\nbuilder.Services.AddCors(options =\u003e\n{\n    options.AddDefaultPolicy(policy =\u003e\n    {\n        policy.WithOrigins(\"https://findflights.onrender.com\") // Edytuj domenę - lokalny adres frontendu z portem : http://localhost: 7050 lub 5228\n              .AllowAnyMethod()\n              .AllowAnyHeader();\n    });\n});\n```\n\n4. **Launch the application**\n\n### 📌 Examples of real flight numbers:\n- LO267\n- MM68\n- 7C2108\n- CX524\n- QR5844\n\n---\n\n🤝 **Contact** \nDo you have questions?\n\nContact via  \n[![LinkedIn](https://img.shields.io/badge/LinkedIn-Connect-blue?logo=linkedin\u0026style=for-the-badge)](https://www.linkedin.com/in/karol-choron/)\n\n---\n\n## PL\n\n### FlightTrack to aplikacja do śledzenia statusów lotów w czasie rzeczywistym. 🛫\n\n🔗 **Uruchom aplikację:**  \n➡ [https://findflights.onrender.com](https://findflights.onrender.com)  \n\n---\n\n## 🚀 **Technologie**\n- ✅ ASP.NET Core \n- ✅ C#  \n- ✅ RESTfull API (aviationstack API)\n- ✅ Docker - deploy \u0026 DevOps na render.com\n\n---\n\n## 📥 **Instalacja (Lokalnie)**\n0. **Pamiętaj aby przygotować również aplikację frontendową!**\n\u003cbr\u003e ➡ [https://github.com/karolchoron/FindFlightsAPIServer](https://github.com/karolchoron/FindFlights)  \n\n1. **Klonuj repozytorium**  \n2. **Dodaj klucze aviationstack API do secrets.json**\n\nUstawienia do zezwolenia połączenia frontendu:\n```\nbuilder.Services.AddScoped(sp =\u003e new HttpClient { BaseAddress = new Uri(\"http://localhost:5240/\") });\nPort dla:\nHTTP: 5240\nHTTPS: 7220\n```\n3. **Ustawienia CORS (Cross-Origin Resource Sharing)**\n```\nbuilder.Services.AddCors(options =\u003e\n{\n    options.AddDefaultPolicy(policy =\u003e\n    {\n        policy.WithOrigins(\"https://findflights.onrender.com\") // Edytuj domenę - lokalny adres frontendu z portem : http://localhost: 7050 lub 5228\n              .AllowAnyMethod()\n              .AllowAnyHeader();\n    });\n});\n```\n\n4. **Uruchom aplikację**\n\n### 📌 Przykładowe numery prawdziwych lotów:\n- LO267\n- MM68\n- 7C2108\n- CX524\n- QR5844\n\n---\n\n🤝 **Kontakt** \nMasz pytania?\n\nSkontaktuj się przez  \n[![LinkedIn](https://img.shields.io/badge/LinkedIn-Connect-blue?logo=linkedin\u0026style=for-the-badge)](https://www.linkedin.com/in/karol-choron/)\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarolchoron%2Ffindflightsapiserver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkarolchoron%2Ffindflightsapiserver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarolchoron%2Ffindflightsapiserver/lists"}