An Automatic Irrigation System Code Chanllenge
Note: Required Java version: 11
(From Terminal or command line)
- clone Repository:
git clone https://github.com/keemsisi/automatic-irrigation-system.git - Install dependencies:
mvnw clean install - goto target directory:
cd target - Run the jar file:
java -jar spring-boot-automatic-irrigation-system-0.0.1-SNAPSHOT.jar - Visit the swagger UI to make requests:
http://localhost:9091/swagger-ui/index.html