This is a course-user management web-project using JPA, Hibernate, Servlets and JSP pages.
Required:
-
gradle-5.6.4 - Intellij Idea has built in gradle, still download this gradle version to run the project through terminal/command-prompt.
-
mysql-8.0.27 - to manage DB. ddl.sql file is in db_migration folder and other db informations are in persistence.xml file.
Gradle commands to run server:
-
gradle clean build
-
gradle tomcatRun