A transparent and user-friendly University Management System. This project was created as a part of the Semester-5-DBMS mini-project.
.
├── assets
| ├── css
│ └── database
├── helpers
│ ├── config.php
│ └── check_session.php
├── process
| └──
├── views
│ └──
└── index.php
(For more visit: about project structure)
- Install XAMPP (version 7.4.10+)
- Run XAMPP Control Panel
- Move the project folder in xampp/htdocs/
Database: (Data Model -> DModel)
- Change the config.php
- Open localhost/phpmyadmin in browser
- Create a new database with name UMS, then import the Database
- Open browser -> localhost/UMS/index.php
- Default user:
- Username: Admin
- Password: Admin
Login page:
Dashboard page: