Sakshi00555 / 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.,"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.,"


Languages

Language:HTML 68.4%Language:Java 31.6%