Pizza Shop is a Java Web Application developed to manage all shopping activities, including member management, product management, and order management. This project was undertaken as a personal project during Semester 4/9, from January 2024 to March 2024.
- MVC2 Model
- JavaBeans
- JSP/Servlet
- JDBC
- SQL Server
- AJAX
- Bootstrap
- Member Management: Features for user registration, login, profile management, and user roles.
- Product Management: Admin interface for adding, updating, and deleting products.
- Order Management: Functionality for placing orders, viewing order history, and order status updates.
- src/: Contains all Java source code.
- web/: Contains JSP files, HTML, CSS, and JavaScript.
- lib/: Includes external libraries and dependencies.
- sql/: SQL scripts for database creation and management.
- README.md: Project overview and documentation.
- Clone the repository:
git clone https://github.com/yourusername/pizza-shop.git
- Setup Database: Execute the SQL scripts in the
sql/
directory to create the required database and tables. - Configure Database Connection: Update the JDBC connection settings in the project to match your SQL Server configuration.
- Build and Deploy: Use your preferred Java IDE to build and deploy the application to a servlet container (e.g., Apache Tomcat).
- Access the Application: Open a web browser and navigate to
http://localhost:8080/pizza-shop
.
Connect with me via: truongtanhuy3006@gmail.com