ITravelWebApp

In order to run this project. You will need intellij, mysql database which runs on port 3306.

  1. => Clone the project.

  2. => Run the create-user.sql file in your database . It should create user="fullstack" with password="fullstack";

  3. => Run the ITraveldb.sql file which will populate the data and structure.

  4. => Deploy and configure the project folder with the tomcat 9. ( In the Deployment Tab, " Application Context " should be "/" root ).

  5. => 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