The Drone Application is a Spring Boot Java project designed to management drones for medical deliveries.
- Authentication: Secure access to the system using authentication and authorization mechanisms.
- RESTful API: Expose a RESTful API for programmatic interaction.
Before you begin, ensure you have met the following requirements:
- Java Development Kit (JDK) 17 or higher.
- Gradle for building and managing dependencies.
- An Integrated Development Environment (IDE) like IntelliJ IDEA or Eclipse.
- Git for version control (optional but recommended).
To get started with the Drone Application, follow these steps:
-
Clone the repository:
git clone git@github.com:basto91/drones.git cd drone -
./gradlew bootRun
Swagger url: http://localhost:8080/swagger-ui/index.html
