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.
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.
Follow these steps to set up the project locally:
-
Clone the repository: Clone the repository using the following command:
git clone https://github.com/rezahabibi96/crud-php.git
-
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.
This repository is licensed under the MIT License.