Welcome to the CRUD Demo Application! This is a simple yet powerful PHP-based web application that allows users to create, read, update, and delete data. Designed with a clean and intuitive interface, this application is perfect for those looking to understand the basics of CRUD operations in a web environment.
- Create: Easily add new records to your database.
- Read: View and search through existing records effortlessly.
- Update: Modify existing records with a simple user-friendly interface.
- Delete: Remove records safely and efficiently.
- Responsive Design: Works seamlessly on all devices, from desktops to mobile phones.
- PHP: Server-side scripting language.
- MySQL: Database management system.
- Bootstrap: CSS framework for responsive design.
- HTML/CSS: Markup languages for web development.
Follow the instructions below to set up and run the application locally.
- PHP 7.0 or higher
- MySQL
- A web server (e.g., Apache, Nginx)