In our day-to-day life, we come across various examination results such as school exam results, competitive exam results, college semester exam results, etc. How efficiently it produces someone's result by just filling in student details! But, have you ever thought of creating one? The ones who did basically went through the hectic job of perfecting their database and then using the knowledge of front-end and back-end to do so.
Developers are known for doing stuff automatically and efficiently. Thus we can have an easier take on it, by creating a system that accepts the student details as input and generates the desired result as output.
To run this app on your local machine, you will need to have the following installed:
- PHP 8.0+
- Xampp Server
- download the zip file and copy the folder into htdocs folder inside xampp available in the C: drive.
- Run the xampp server and start the apache and MySQL server.
- Run the
create_databases.phpscript to create all the databases. - Access the web application at
http://localhost:8000/.
- Performing normalization of the database.
- Performing various database queries.
- Automating the addition and modification of student data.
- Implement an authentication system for admin.
- Generate the result in PDF format and download it.
- Generate results of a student by providing the details.
- Download results in PDF format.
- Create and manage school or institute result portal.
- Create other types of management system.
This project is licensed under the MIT License. see the MIT file for details.
This project was built as a part of a self learning using PHP. Special thanks to Crio.do for listing such good projects for students to learn and implement new things.