Student Result Management System
Presented by:
Prasanth Patro
Ch Vidya sagar
S.Sulthana
Dhanush
Abhilash
Table Of Contents:
- Introduction
- Tools Used
- Database
- Spring
- Modules in project
- Conclusion
Introduction
Student Result Management System is a web application which is used
by educational institutions for storing the data of students and
publishing the results.
Processing the examination results is on of the important activities of
academic institutions. We have developed a simple web based
application which provides security and usability.
The developed system provides opportunity to teachers to submit
student information and marks while the system computes the data and
provides the result.
Tools used:
Tools:
MYSQL (Version 8.0)
Spring Boot(Version 2.6.6)
Angular (Version 16)
IDE:
Visual Studio Code(IDE)
Spring boot:
 We'll use Spring Boot for implementing a RESTful backend,
and Angular for creating a JavaScript-based frontend.
 We will create spring starter web project in which we will add
dependencies which are required for the project.
 Here we are using :
 Spring web
 Spring data jpa
 My sql driver
 Spring dev tools
 Add this annotation to repositories in order to avoid CORS errors
@CrossOrigin("http://localhost:4200")
 Give the details of MYSQL server in application.properties and url for
project
spring.datasource.url= jdbc:mysql://localhost:3306/SRMS
 spring.datasource.username=root
 spring.datasource.password=root
 spring.data.rest.base-path = /api
 Run the project and check whether data from SQL is fetched and shown
in browser for the corresponding tables.
Project Flow
Components:
 Home Page : When students, staff or admin visits the website this is starting page.
 Login Page :Admin and Staff enter their credentials on this page to gain access the site.
 Register Page :The page where new student can be added by admin.
 Admin : Admin can do all the crud operations like add, update and delete all the details about the
student like Name, Id, Registration Id, Course, Email.
 Staff: Staff can access the marks list of students and can do crud operations like adding the marks and
updating and can delete the ,marks of the student.
Conclusion:
The proposed student result management system is very effective
tool ,it works properly to meet the requirements of Admin ,staff
and student as described in the project And this student result
management system is very helpful for both the students and
authorities.
Thank you

Student result management system project using angular.pdf

  • 1.
    Student Result ManagementSystem Presented by: Prasanth Patro Ch Vidya sagar S.Sulthana Dhanush Abhilash
  • 2.
    Table Of Contents: -Introduction - Tools Used - Database - Spring - Modules in project - Conclusion
  • 3.
    Introduction Student Result ManagementSystem is a web application which is used by educational institutions for storing the data of students and publishing the results. Processing the examination results is on of the important activities of academic institutions. We have developed a simple web based application which provides security and usability. The developed system provides opportunity to teachers to submit student information and marks while the system computes the data and provides the result.
  • 4.
    Tools used: Tools: MYSQL (Version8.0) Spring Boot(Version 2.6.6) Angular (Version 16) IDE: Visual Studio Code(IDE)
  • 6.
    Spring boot:  We'lluse Spring Boot for implementing a RESTful backend, and Angular for creating a JavaScript-based frontend.  We will create spring starter web project in which we will add dependencies which are required for the project.  Here we are using :  Spring web  Spring data jpa  My sql driver  Spring dev tools
  • 7.
     Add thisannotation to repositories in order to avoid CORS errors @CrossOrigin("http://localhost:4200")  Give the details of MYSQL server in application.properties and url for project spring.datasource.url= jdbc:mysql://localhost:3306/SRMS  spring.datasource.username=root  spring.datasource.password=root  spring.data.rest.base-path = /api  Run the project and check whether data from SQL is fetched and shown in browser for the corresponding tables.
  • 9.
  • 10.
    Components:  Home Page: When students, staff or admin visits the website this is starting page.  Login Page :Admin and Staff enter their credentials on this page to gain access the site.  Register Page :The page where new student can be added by admin.  Admin : Admin can do all the crud operations like add, update and delete all the details about the student like Name, Id, Registration Id, Course, Email.  Staff: Staff can access the marks list of students and can do crud operations like adding the marks and updating and can delete the ,marks of the student.
  • 11.
    Conclusion: The proposed studentresult management system is very effective tool ,it works properly to meet the requirements of Admin ,staff and student as described in the project And this student result management system is very helpful for both the students and authorities.
  • 12.