Skip to content

Latest commit

 

History

History
33 lines (30 loc) · 1.04 KB

README.md

File metadata and controls

33 lines (30 loc) · 1.04 KB

Spring Boot Teacher Student Crud

Models and Database

  • Multi user login
  • Crud (add, update, delete)
  • Postgres SQL / MySQL

Run app

Requirements

Clone project

Compile project

  1. mvn clean
  2. mvn clean install
  3. Go to the target folder
  4. java -jar student_teacher_crud-0.0.1.war
  5. Open http://localhost:8080/

Credentials

Screenshots

Login

Login

Teacher

Teacher Home Teacher Teachers Teacher Students

Student

Student Home