davewalker5 / DroneFlightLog

SQLite-based drone flight logbook implemented in C# with separate REST API and ASP.NET MVC UI
MIT License
2 stars 1 forks source link
asp-dotnet-core asp-dotnet-mvc aviation csharp dotnet-core drone drones flight logbook mvc webapi

DroneFlightLog

Build Status GitHub issues Coverage Status Releases NuGet License: MIT Language GitHub code size in bytes

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:

Getting Started

Please see the Wiki for configuration details and the user guide.

Authors

Credits

Implementation of authentication using JWT in the REST API is based on the following tutorial:

The Drone Flight Log MVC project uses the Gijgo JavaScript controls library:

Feedback

To file issues or suggestions, please use the Issues page for this project on GitHub.

License

This project is licensed under the MIT License - see the LICENSE file for details