Shoe Shop Management System using Java JSP and MySQL

Abstract

This project Shoe Shop Management System, is a Java JSP and MySQL Project which runs on the tomcat server, you can also run this project in Eclipse and Netbeans. We have developed this Java JSP and MySQL Project on Shoe Shop Management System for automating the process of Shoe Shop Management System. The main features of this project is to manage Shipment, Shoe, Product, Payment, Order and Customer.

 the main modules of the project is Shipment module, Shoe module, Product module, Payment module and Order module, which performs all the operation in their respective domains. Java Project on Shoe Shop Management System is secured web application which run inside the JVM

Report of Shoe Shop Management System:

  • Shipment report : We can generate all the reports of Shipment in this
  • Shoe report : Generate reports related to Shoe
  • Product report : All Product reports will be available in this section
  • Payment report : You can generate filtered reports of Payment
  • You can generates the report of Payment, Shipment, Order
  • Shoe, Customer, Product has facility for dynamic search. So you can filter the records run time
  • PDF reporting has been integrated for exporting of the report for Shipment, Shoe, Product modules
  • You can create the CSV reports for Shipment, Payment, Shoe

Modules of Shoe Shop Management System:

  • Shipment module : We can manage all the operations related to Shipment from this module
  • Shoe module : This module is normally developed for managing the Shoe operations
  • Product module : All the operations realated to Product will be managed by Product
  • Payment module : This module manages Payment functionalities
  • Order module : Order modules performs all the create, read, update and delete operations of Order
  • Customer module : It manages all the functionalities of Customer

Shoe Shop Management System Installation Steps:

  • Download Shoe Shop Management System zip file and extract it
  • Copy Shoe Shop Management System inside the webapps folder
  • Open phpmyadmin and create Shoe Shop Management System database
  • Import database Shoe Shop Management System.sql
  • Open Your browser run the project : “http://localhost:8080/ShoeShop Management System/”

Softwares needed to run Shoe Shop Management System

  • JDK 1.8 : To run this project you have JDK 1.8 version
  • Tomcat 8 : This project runs over the tomcat 8 server
  • MySQL : You need mysql database for running this project
  • MySQL JConnector : For making the connection from mysql and java, we need it