This is a Student Resource Management System developed using PHP and MySQL under the guided projects of Crio.do. It allows students to check their results and save them to PDF. The system uses the Apache XAMPP server to set up the database on MySQL, and communication is done through PHP.
Basic authentication is used, and passwords are hashed using MD5 in MySQL for admin login.
To use this system, follow these steps:
- Clone the repository
- Set up the Apache XAMPP server and MySQL database
- Import the database schema
- Run the application
Contributions to this project are welcome. To contribute:
- Fork the repository
- Create your feature branch
- Commit your changes
- Push to the branch
- Open a pull request
This project was developed under the guided projects of Crio.do.