This project is an implementation of a database for an exam management system. It was created using MySQL and PHP.
- Store and manage student data
- Store and manage course data
- Store and manage exam data
- Generate reports on student performance
- Admin panel for managing users and data
To set up the project, follow these steps:
- Install and configure a web server, such as Apache or Nginx
- Install MySQL and create a database for the project
- Import the SQL file from the sql directory to create the database schema and sample data
- Update the database credentials in the config.php file
- Place the project files in the web server's document root directory
- Access the project through a web browser
The project has two main user roles: admin and student.
The admin panel is accessible by logging in with the admin credentials. From the admin panel, you can:
- Manage student data
- Manage course data
- Manage exam data
- Generate reports on student performance
Students can access the system to view their grades and exam schedules.
Contributions are welcome! If you find any bugs or have any feature requests, please open an issue or submit a pull request.