- Multi user login
- Crud (add, update, delete)
- Postgres SQL / MySQL
- Have Postgres SQL installed (https://www.postgresql.org/download/)
- Create table students_crud
- Install JDK 1.8 (https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html)
- mvn clean
- mvn clean install
- Go to the target folder
- java -jar student_teacher_crud-0.0.1.war
- Open https://localhost:8080/
- Default Teacher (email : [email protected] , password : 123456)
- Default Student (email : [email protected] , password : 123456)