Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 466 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 466 Bytes

Simple Irrigation system

How to Run

Run the database

to run the database (postgres) and pg admin run the docker compose file \ ```docker compose up```

Run the server

Note: make sure you have java installed on your local machine \ Run the .Jar file in the target folder \ Note: if you changed the default configuration of the docker compose file change them accordingly in the ```src/main/resources/application.properties``` file