Skip to content

MetehanTosun/Meal-Planner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

108 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meal Planner for SoftwarePraktikum team-5 AEB

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/

Requirements

  • Docker & Docker Compose

Setup and Run

1. Clone the repository

git clone <repository-url>
cd <repository-folder>

2. Create a .env file in the project root

MARIADB_PW=yourpassword

3. Start all services

docker compose up --build

Run without Docker

Requirements

  • Java 21
  • Maven
  • Node.js

Database

Start only the database via Docker:

docker compose up db -d

Backend

cd backend/backend
mvn spring-boot:run

Frontend

cd frontend
npm install
npm run dev

Help

Authors

Mika Walthaner
st188053@dstud.uni-stuttgart.de

Ethan Banovic st188321@stud.uni-stuttgart.de

Metehan Tosun st188557@stud.uni-stuttgart.de

Version History

License

About

Web-based meal planning application for organizing weekly meals and generating shopping lists. Users can plan meals throughout the week and automatically create shopping lists based on their meal selections.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors