Skip to content

SumitM01/SRMS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Student Result Management System

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.

Prerequisites

To run this app on your local machine, you will need to have the following installed:

  • PHP 8.0+
  • Xampp Server

Installation

  • 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.php script to create all the databases.
  • Access the web application at http://localhost:8000/.

Primary goals implemented

  • 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.

Examples/Usage

  • 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.

License

This project is licensed under the MIT License. see the MIT file for details.

Acknowledgements

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.

About

Repository for versioning of a full stack PHP project used to manage student results and allows to download results in a PDF.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors