Here contains the Spring Boot webapp code for Recipe Manager.
Please note that this project can only be run locally, as free Google Cloud support for Kubernetes has expired
You will need MongoDB installed and running locally before starting the application.
After setting up your environment, simply execute:
mvn clean package to package the application and generate the executable JAR.
Then, cd to /target directory and execute:
java - jar recipemanager-0.0.1-RELEASE.jar to run Recipe Manager on localhost.
Link to Kubernetes-Manifests on GitHub: https://github.com/rherb94/kubernetes-manifests
Project Report PDF: Recipe-ManagerReport
