In order to run this project. You will need intellij, mysql database which runs on port 3306.
-
=> Clone the project.
-
=> Run the create-user.sql file in your database . It should create user="fullstack" with password="fullstack";
-
=> Run the ITraveldb.sql file which will populate the data and structure.
-
=> Deploy and configure the project folder with the tomcat 9. ( In the Deployment Tab, " Application Context " should be "/" root ).
-
=> Enjoy the Project !
sample users with password("Abc123") for testing. E.g: mary@example.com, random@user.com
Can use sign up page for creating new user. (login/signup pages located together.)
admin URL => http://localhost:8080/admin username: admin password: 123