{"id":22220263,"url":"https://github.com/davewalker5/droneflightlog","last_synced_at":"2025-07-27T15:32:46.059Z","repository":{"id":40257819,"uuid":"237727819","full_name":"davewalker5/DroneFlightLog","owner":"davewalker5","description":"SQLite-based drone flight logbook implemented in C# with separate REST API and ASP.NET MVC UI","archived":false,"fork":false,"pushed_at":"2024-11-28T06:51:40.000Z","size":8182,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-28T07:30:52.561Z","etag":null,"topics":["asp-dotnet-core","asp-dotnet-mvc","aviation","csharp","dotnet-core","drone","drones","flight","logbook","mvc","webapi"],"latest_commit_sha":null,"homepage":"","language":"C#","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/davewalker5.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-02-02T06:15:09.000Z","updated_at":"2024-11-28T06:51:46.000Z","dependencies_parsed_at":"2023-12-12T09:27:42.703Z","dependency_job_id":"c12762c9-2304-402b-91f1-cf92a95b9f45","html_url":"https://github.com/davewalker5/DroneFlightLog","commit_stats":null,"previous_names":["davewalker5/droneflightlogdb"],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davewalker5%2FDroneFlightLog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davewalker5%2FDroneFlightLog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davewalker5%2FDroneFlightLog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davewalker5%2FDroneFlightLog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davewalker5","download_url":"https://codeload.github.com/davewalker5/DroneFlightLog/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227817190,"owners_count":17824199,"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":["asp-dotnet-core","asp-dotnet-mvc","aviation","csharp","dotnet-core","drone","drones","flight","logbook","mvc","webapi"],"created_at":"2024-12-02T23:07:41.260Z","updated_at":"2024-12-02T23:07:42.272Z","avatar_url":"https://github.com/davewalker5.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DroneFlightLog\r\n\r\n[![Build Status](https://github.com/davewalker5/DroneFlightLog/workflows/.NET%20Core%20CI%20Build/badge.svg)](https://github.com/davewalker5/DroneFlightLog/actions)\r\n[![GitHub issues](https://img.shields.io/github/issues/davewalker5/DroneFlightLog)](https://github.com/davewalker5/DroneFlightLog/issues)\r\n[![Coverage Status](https://coveralls.io/repos/github/davewalker5/DroneFlightLog/badge.svg?branch=master)](https://coveralls.io/github/davewalker5/DroneFlightLog?branch=master)\r\n[![Releases](https://img.shields.io/github/v/release/davewalker5/DroneFlightLog.svg?include_prereleases)](https://github.com/davewalker5/DroneFlightLog/releases)\r\n[![NuGet](https://img.shields.io/nuget/v/DroneFlightLog.Data)](https://www.nuget.org/packages?q=droneflightlog.data)\r\n[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/davewalker5/DroneFlightLog/blob/master/LICENSE)\r\n[![Language](https://img.shields.io/badge/language-c%23-blue.svg)](https://github.com/davewalker5/DroneFlightLog/)\r\n[![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/davewalker5/DroneFlightLog)](https://github.com/davewalker5/DroneFlightLog/)\r\n\r\n## About\r\n\r\nDroneFlightLog implements a SQL-based drone flight log boook. An ASP.NET WebAPI provides access to the business logic and data access layer while an ASP.NET MVC UI provides the user interface.\r\n\r\nThe logbook allows for storage and maintenance of the following data:\r\n\r\n- Operator details\r\n- Drones, models and manufacturers\r\n- Flights, flight locations and flight properties\r\n- Repair, maintenance and modification records\r\n\r\n## Getting Started\r\n\r\nPlease see the [Wiki](https://github.com/davewalker5/DroneFlightLog/wiki) for configuration details and the user guide.\r\n\r\n## Authors\r\n\r\n- **Dave Walker** - _Initial work_\r\n\r\n## Credits\r\n\r\nImplementation of authentication using JWT in the REST API is based on the following tutorial:\r\n\r\n- https://github.com/cornflourblue/aspnet-core-3-jwt-authentication-api\r\n- https://jasonwatmore.com/post/2019/10/11/aspnet-core-3-jwt-authentication-tutorial-with-example-api#users-controller-cs\r\n\r\nThe Drone Flight Log MVC project uses the Gijgo JavaScript controls library:\r\n\r\n- https://gijgo.com\r\n  \r\n## Feedback\r\n\r\nTo file issues or suggestions, please use the [Issues](https://github.com/davewalker5/DroneFlightLog/issues) page for this project on GitHub.\r\n\r\n## License\r\n\r\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavewalker5%2Fdroneflightlog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavewalker5%2Fdroneflightlog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavewalker5%2Fdroneflightlog/lists"}