Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.02 KB

README.md

File metadata and controls

26 lines (16 loc) · 1.02 KB

CRUD PHP - Web Development Material Course

This repository contains the project for the Web Development course in the Department of Business Statistics. The project demonstrates how to create a basic CRUD (Create, Read, Update, Delete) application using PHP.

Project Overview

This project focuses on the fundamental concepts of web development, utilizing PHP for server-side scripting and MySQL for database management. It provides a hands-on approach for learning basic CRUD operations commonly used in web applications.

Getting Started

Follow these steps to set up the project locally:

  1. Clone the repository: Clone the repository using the following command:

    git clone https://github.com/rezahabibi96/crud-php.git
  2. Set up your local server:

    • Install XAMPP or MAMP (which include Apache, MySQL, and PHP) to run the project locally.
    • Start Apache and MySQL servers.

License

This repository is licensed under the MIT License.