Plants management application. More info coming soon!
- Docker
- JDK 17, make sure that the JAVA_HOME environment variable is properly configured
From the project directory run the following command:
docker-compose -f database/docker-compose.yml up -d⏳ The Docker image is downloaded during first build thus it may take a little longer than usual
Log in to weeds_db as weeds_admin and run the following queries
CREATE SCHEMA app;
GRANT USAGE ON SCHEMA app TO weeds_user;
From the project directory run the following command to create the tables using Liquibase:
./gradlew :database:clean :database:build update -Pdb.dbRegion.active=local
./gradlew bootRun -Pdb.dbRegion.active=local
🚧 Work in progress! Be patient, cool things are coming! 🚧
