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:
Please see the Wiki for configuration details and the user guide.
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:
To file issues or suggestions, please use the Issues page for this project on GitHub.
This project is licensed under the MIT License - see the LICENSE file for details