A simple Meal Planner Web Application, where you can plan your meals for the week and automatically generate Shopping lists.
You can visit the application via http://193.196.53.132/
To run the project yourself:
git clone <repository-url>
cd <repository-folder>The frontend for the web application is in the /frontend directory
npm installnpm run devThe backend is in the /backend/backend directory
mvn clean install -DskipTestRun the project with Maven:
mvn spring-boot:runAlternatively, run the generated JAR file:
java -jar target/<project-name>.jarMika Walthaner
st188053@dstud.uni-stuttgart.de
Ethan Banovic st188321@stud.uni-stuttgart.de
Metehan Tosun st188557@stud.uni-stuttgart.de