Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
ย | ย | |||
ย | ย | |||
ย | ย | |||
Repository files navigation
## ๐ Recipe Organizer with Meal Planning A full-stack application to organize recipes, plan meals, and generate shopping lists using **Node.js, Express, MongoDB, and React**. ### ๐ Features - Add, edit, and delete recipes - Plan meals for the week - Generate a shopping list based on selected recipes - Save and load data from a MongoDB database ### ๐ ๏ธ Tech Stack - **Frontend:** React - **Backend:** Node.js, Express.js, MongoDB - **Database:** MongoDB with Mongoose ### ๐ฅ API Endpoints (Example) | Method | Endpoint | Description | |--------|---------------|---------------------| | GET | /api/recipes | Get all recipes | | POST | /api/recipes | Add a new recipe | | PUT | /api/recipes/:id | Update a recipe | | DELETE | /api/recipes/:id | Delete a recipe |