- In this project, we created A web page allows the admin(register) to manage a group of students, teachers, and other admins, where users are added, modified or deleted from the system. and we allowed teachers to add courses to the system and add/delete students to/from these courses.
- And the last thing is we make a section responsible to publish the Advertisement for different department in school and managed by admins.
- We Built this project with Java, Spring boot framework in backend and styled components for frontend Html, CSS, and Bootstrap with thymeleaf and PostgreSQL Database.
- You must have a postgresSQL.
- You must start postfresSQL in terminal using
pgstart
. - Create database using
CREATE DATABASE 'DATABASE NAME'
. - Go to
application.properties
in your project and update the database information you created. - Run the project and go to http://localhost:8080/.