ClothingStoreBackup
Online shopping store developed using J2EE, JSP and Java Servlets
Install / Use
/learn @nirudi98/ClothingStoreBackupREADME
ClothingStoreBackup
ClothinaStoreBackup contains an online shopping website for 'Clothina' store. This website is mainly implemented using J2EE, JSP and Java Servlets. As for the data storage MYSQL database is used. Functionalities of 'Clothina' website,
- a customer can register themselves to the store
- existing customers can login to the website using their credentials
- registered customers can view products advertised by the store
- registered customers can add products to their cart
- products added to cart can be viewed/ updated and deleted as required
- currently the website only accepts online payment
- customer can checkout by adding the necessary card details and confirming the payment
- customer is able to view their profiles
Database - Clothingstore tables
- customerdetails - to hold customer details
- product - product details
- cart - holds products added to cart
- payment - a status is kept until the customer confirms payment
