Skip to content

adi-tsvet/Exam_Management_System_DATABASE-PROJECT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exam Management System Database Project

This project is an implementation of a database for an exam management system. It was created using MySQL and PHP.

Features

  • 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

Setup

To set up the project, follow these steps:

  1. Install and configure a web server, such as Apache or Nginx
  2. Install MySQL and create a database for the project
  3. Import the SQL file from the sql directory to create the database schema and sample data
  4. Update the database credentials in the config.php file
  5. Place the project files in the web server's document root directory
  6. Access the project through a web browser

Usage

The project has two main user roles: admin and student.

Admin

The admin panel is accessible by logging in with the admin credentials. From the admin panel, you can:

  1. Manage student data
  2. Manage course data
  3. Manage exam data
  4. Generate reports on student performance

Student

Students can access the system to view their grades and exam schedules.

Contributing

Contributions are welcome! If you find any bugs or have any feature requests, please open an issue or submit a pull request.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages