-
Clone this repositry
git clone [email protected]:ibuziuk/bsuir-coursework.git
-
Buid it via maven
mvn clean package
-
Run Eclipse and import project as a maven project
File -> Import -> Existing Maven Project
-
Add Tomcat Server to Eclipse
-
Create db via MySql (Hibernate creates and updates the db schema, but it needs db being created first)
name="project_managment_system" user="root" password="password"
-
Run the project on Tomcat Server from Eclipse
Right-click on the project -> Run As.. -> Run on Server