Skip to content

"Student Management System (SMS) is a solution tool that is designed to track, maintain and manage all the data generated by a School, including the grades of a student, their attendance, their interpersonal activities records, etc.,"

Notifications You must be signed in to change notification settings

Sakshi00555/Student-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Student-Management-System

"Student Management System (SMS) is a solution tool that is designed to track, maintain and manage all the data generated by a School, including the grades of a student, their attendance, their interpersonal activities records, etc.,"

Project Description

It is a student management system which has the functionalities like

  • Add student
  • Delete student
  • View all students
  • Update student profile

Languages and tools used in project

Layered Architecture

  • Controller layer
  • Service layer
  • Repository layer(extends JPA repository)

Installations for this project

Procedure to run this project

  1. Open eclipse
  2. Create workspace and import the project
  3. Change application.properties file which is in src/main/resources
    • change port number as you need
    • change mysql username and password
  4. Open my sql command line client on your system
    • Use command create database databasename(studentsystem)
    • use databasename(studentsystem)
  5. Go to com.springbootapplication.java which has main method
  6. Run the project
  7. Go to browser and give address

Added Application Screenshot

stu1

stu2

stu3

About

"Student Management System (SMS) is a solution tool that is designed to track, maintain and manage all the data generated by a School, including the grades of a student, their attendance, their interpersonal activities records, etc.,"

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published