Java Drones using Spring boot
Duration: 3 days
Pull Dependencies and Run
mvn install
mvn spring-boot:run-
POST Register Drone
http://localhost:8090/api/drone -
PUT Load Medication in Drone
http://localhost:8090/api/v1/drones/load-medication/DRONE-1 -
GET Available Drones
http://localhost:8090/api/v1/drones/available-drones -
GET Drone or Get Drone battery
http://localhost:8090/api/v1/drones/DRONE-1 -
GET All Medications
http://localhost:8090/api/medications/medication-items
```http://localhost:8090/swagger-ui/index.html#/```




