This project is a university assignment aimed at practicing PHP with CRUD operations. It provides a PHP-based CRUD (Create, Read, Update, Delete) application using OOP (Object Oriented Programming) for managing student information list. The application allows users to perform Create, Read, Update, and Delete students.
- User Registration
- User Login/Logout
- Add Student
- Modify Student Infos
- Delete Student
- Display Students Table
- Display User profile
This small project is very simple, You need to have PHP and MySQL in your machine.
- Clone the repo.
- Create the Database on your MySQL server using the provided "schema.sql" file.
- Change the DB credentials inside the "app/core/Database.php" according to your settings.
- Sign up and Start using the app.