Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 2.51 KB

README.md

File metadata and controls

48 lines (30 loc) · 2.51 KB

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