Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 

Repository files navigation

city-website

Indore-the_heart is a Java-based web application using JSP, Servlets, and MySQL, deployed on Apache Tomcat. It features hotel & bike booking, restaurants, places to visit, and a gallery. The backend manages user feedback and database connections, while the frontend uses CSS & Bootstrap for UI. πŸ“‚ Project Structure

  1. Web Pages (Frontend) This contains JSP, HTML, CSS, and image files for the UI. index.jsp β†’ Likely the homepage. about.html β†’ About the city. places_to_visit.jsp β†’ Lists places to visit. restaurant_JSP.jsp β†’ Details about restaurants. hotel_booking.jsp β†’ Hotel booking functionality. bike_booking.jsp β†’ Bike booking system. gallery_JSP.jsp β†’ Photo gallery. CSS Files Home-CSS.css β†’ Styles for the homepage. gallery_style.css β†’ Styles for the gallery. format_CSS.css β†’ Global formatting styles.

  2. Source Packages (Backend) This contains Java files for handling requests and database operations. controller.UserFeedback.java β†’ Handles user feedback (probably a servlet). db.DBConnector.java β†’ Handles MySQL database connection.

  3. Database & Configuration database_format β†’ Likely contains SQL schema or properties for DB setup. context.xml β†’ Database connection settings. glassfish-web.xml, web.xml β†’ Deployment descriptors.

  4. Libraries Uses MySQL Connector for database communication. Apache Tomcat 8.0.27 is the servlet container.

About

Indore-the_heart is a Java-based web application using JSP, Servlets, and MySQL, deployed on Apache Tomcat. It features hotel & bike booking, restaurants, places to visit, and a gallery. The backend manages user feedback and database connections, while the frontend uses CSS & Bootstrap for UI.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors