Happy Plant Frontend is a Next.js application made for managing houseplants. Backend is a Java Spring Boot application that provides RESTful APIs.
To spin up the project, run the following commands:
git clone https://github.com/migliusss/Happy-Plant.git
cd Happy-Plant
docker compose up -d
When you're done, remove the containers by running the following command:
docker compose down