This project is a fullstack website for an imaginary bus travel agency, it has two sides one for the passengers to pursue or cancel there enrollment and an admin dashboard side to manipulate trips and buses, for more understanding you can explore the pics i droped down.
Database Tables:
Important resources for this project:
I personally used Tomcat server version 10.1.4 to exeute the project but i think any other web server would work just fine.
I made this project based on oracle Databse 11g version, it's fine to change to mySql or mongoDB database just don't forget to change the connection.java file content to whatever suits your database.
In order for this project to work proparly you need to import some jar files which are:
👉 oracle 11g version connector named ojdbc6_g.jar
👉 since the project is using jstl technology to send values to the client side or jsp files you have to upload two jstl jars called jakarta.servlet.jsp.jstl-2.0.0.jar and jakarta.servlet.jsp.jstl-api-2.0.0.jar




