Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Online Recipe Collection System

Overview

A web-based platform where Admins can add, edit, and delete recipes, while Users can browse recipes and submit reviews. The system supports two types of user logins and maintains all data in a MySQL database.

Recipe Image

Recipe Image

Recipe Image


Features

Admin

  • Login to admin panel
  • Perform CRUD operations on recipes (Add, Edit, Delete, View)
  • Manage recipe details: title, ingredients, instructions, category, image

User

  • Login to user panel
  • Browse and search recipes
  • Submit reviews/comments on recipes
  • View existing reviews

Technologies Used

  • Frontend: HTML, CSS, JavaScript
  • Backend: PHP
  • Database: MySQL

Development Tools and Setup

1. Web Server with PHP and MySQL

2. MySQL Database

  • Version 8.x or compatible
  • Use phpMyAdmin (bundled with XAMPP) or MySQL Workbench

Setup Instructions

  1. Install Visual Studio Code (if not already installed):
    https://code.visualstudio.com/

  2. Install XAMPP (includes PHP, Apache, and MySQL):
    Download from https://www.apachefriends.org/download.html and follow the installation steps.

  3. Install PHP Server extension in Visual Studio Code:

    • Open VS Code
    • Go to Extensions (Ctrl+Shift+X)
    • Search for PHP Server and install it
    • This allows you to run a local PHP server directly from VS Code.
  4. Install PHP IntelliSense extension:

    • Search for PHP IntelliSense in Extensions and install it
    • Provides intelligent code completion and error checking for PHP.
  5. Open your project folder in Visual Studio Code.

  6. Start Apache server in XAMPP Control Panel:

    • Open XAMPP Control Panel
    • Click Start next to Apache
    • Ensure the server is running (green status)
  7. Access your project in browser:

    • Place your PHP project folder inside xampp/htdocs/ directory
    • Open browser and go to http://localhost/your_project_folder/

About

Online Recipe Collection Using Css, Html, JavaScript, Php

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages