Database systems project - semester 03 - Departmant of Computer Science and Engineering, University of Moratuwa, Sri Lanka.
- Copy resources/application.properties.sample as resources/application.properties.
- Add database credentials to the file and save.
- Copy resources/mail.properties.sample as resources/mail.properties.
- Add e-mail credentials to the file and save.
- Run resources/db.sql on your database server console.
- Go to https://myaccount.google.com/lesssecureapps if you use GMAIL to development and enable service.
Browse the root directory that contains pom.xml and run:
mvn clean install
mvn jetty:run
Browse the root directory that contains pom.xml and run:
mvn clean install
move target/GradeOneSys-1.0-SNAPSHOT.war to servers webapp folder or upload it by admin view.
- First login for adding new users is username : user001 using password : password1
- Role based authentiacation that loads dinamic views and handles functionalities over contollers.
- Forced password change in initial login.
- Database functions and triggers to improve perfomance.
- Html formatted Email sending.
- Html formatted PDF creation.
- Live validations for all data entry forms.