https://github.com/davewalker5/DroneFlightLog
SQLite-based drone flight logbook implemented in C# with separate REST API and ASP.NET MVC UI
https://github.com/davewalker5/DroneFlightLog
asp-dotnet-core asp-dotnet-mvc aviation csharp dotnet-core drone drones flight logbook mvc webapi
Last synced: 5 months ago
JSON representation
SQLite-based drone flight logbook implemented in C# with separate REST API and ASP.NET MVC UI
- Host: GitHub
- URL: https://github.com/davewalker5/DroneFlightLog
- Owner: davewalker5
- License: mit
- Created: 2020-02-02T06:15:09.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-11-28T06:51:40.000Z (5 months ago)
- Last Synced: 2024-11-28T07:30:52.561Z (5 months ago)
- Topics: asp-dotnet-core, asp-dotnet-mvc, aviation, csharp, dotnet-core, drone, drones, flight, logbook, mvc, webapi
- Language: C#
- Homepage:
- Size: 7.8 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DroneFlightLog
[](https://github.com/davewalker5/DroneFlightLog/actions)
[](https://github.com/davewalker5/DroneFlightLog/issues)
[](https://coveralls.io/github/davewalker5/DroneFlightLog?branch=master)
[](https://github.com/davewalker5/DroneFlightLog/releases)
[](https://www.nuget.org/packages?q=droneflightlog.data)
[](https://github.com/davewalker5/DroneFlightLog/blob/master/LICENSE)
[](https://github.com/davewalker5/DroneFlightLog/)
[](https://github.com/davewalker5/DroneFlightLog/)## About
DroneFlightLog 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.
The logbook allows for storage and maintenance of the following data:
- Operator details
- Drones, models and manufacturers
- Flights, flight locations and flight properties
- Repair, maintenance and modification records## Getting Started
Please see the [Wiki](https://github.com/davewalker5/DroneFlightLog/wiki) for configuration details and the user guide.
## Authors
- **Dave Walker** - _Initial work_
## Credits
Implementation of authentication using JWT in the REST API is based on the following tutorial:
- https://github.com/cornflourblue/aspnet-core-3-jwt-authentication-api
- https://jasonwatmore.com/post/2019/10/11/aspnet-core-3-jwt-authentication-tutorial-with-example-api#users-controller-csThe Drone Flight Log MVC project uses the Gijgo JavaScript controls library:
- https://gijgo.com
## FeedbackTo file issues or suggestions, please use the [Issues](https://github.com/davewalker5/DroneFlightLog/issues) page for this project on GitHub.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details