A modern, responsive meal planning application. Organize your recipes, schedule meals for the week, and track your favorite dishes.
#dinner, #healthy).Clone the repository:
git clone https://github.com/pkoscik/mealponder.git
cd mealponder
Start Docker setup:
docker compose up -d
Clone the repository:
git clone https://github.com/pkoscik/mealponder.git
cd mealponder
Install dependencies:
npm install
Start the development server:
npm run dev
Start the backend app:
cd backend
uv venv .venv
uv pip install -r requirements.txt
uv run uvicorn app.main:app --reload --port 8000
Open your browser:
Navigate to http://localhost:5173 to view the app.