Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 1.51 KB

README.md

File metadata and controls

30 lines (25 loc) · 1.51 KB

Simple Student Management System

Main tech stacks and tools

Front-end

  • Thymeleaf
  • Bootstrap4

Back-end

  • Framework: Spring Boot
  • Programming: Java 16
  • Database: Mysql

How to run this projet

  1. Clone this repository into local computer
  2. Open the project folder with the intellij IDEA.
  3. Change the Java version to Java 16 in intellij.
    image! image!
  4. Go to the src/main/java/com.rick/StudentManagementSystemApplication, Run 'StudentManagementSystemApplication'
    image!
  5. Open the link http://localhost:8080/students on browser to open the student management system.

Project display

This system could manage student information. Add new students, update students information and delete students.

Editor Editor Editor