A simple, interactive user crud web application that allows users to show, add, edit, update, and delete users.
- All users list
- Add new users
- Edit user
- Update user
- Delete user
- Persistent storage using MySQL.
- AJAX-based interactions for a seamless user experience.
- Frontend: HTML, CSS, Bootstrap, JavaScript, jQuery, Ajax
- Backend: PHP (single
code.php
file for backend logic) - Database: MySQL
- Clone this repository:
git clone https://github.com/DevSaad02/crud_idiorm.git cd todo-app
- No need to import MySQL database. When the app runs if database is not present then database will be created automatically
- php -S localhost:8000