It's a simple CRUD web-app using Laravel PHP.
- Insert: You can add a student with name, email, phone, and address
- Update
- Delete
- View
- Searchable Table with action buttons
You can manage all these actions from a single page. Each operation is handled dynamically using pop-up modals, allowing you to update, delete, view, and interact with the data without the need to refresh the page. This ensures a seamless user experience, making the management of student data efficient and fast.
-
Frontend:
- Bootstrap
- JQuery
-
Backend:
- Laravel (PHP)
-
Database:
- MySQL
-
Tools & Libraries:
- Ajax
- Xampp Server (Apache)
- Datatable.Net for table
- Infinityfree for deployment
- VS Code for code editor
- Postman for API testing