Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 779 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 779 Bytes

🍲 Recipe Management System

This project is a Recipe Management System built with PHP and MySQL. It allows guest users to view recipes, admin could add, update, and delete recipes and related images. Recipes are categorized and stored in the database with ingredient details.


📚 Features

User: View all recipes in a dynamic list.

Admin:

✅ Add new recipes with:

  • Recipe Name
  • Ingredients
  • Instructions
  • Image upload

✅ Update or delete existing recipes.

✅ Upload recipe images to the uploads/ directory and store the image path in the database.

✅ Secure login with session handling (if applicable).


🚀 Getting Started

1. Clone the Repository

git clone https://github.com/SarrahGandhi/php-cms-recipes.git