Skip to content

davewalker5/DroneFlightLog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

  • Operator details
  • Drones, models and manufacturers
  • Flights, flight locations and flight properties
  • Repair, maintenance and modification records

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