Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pratyushnishchal/e-commerce-webapplication

Built an E commerce web application using servlet, JDBC, SQL, JSP.
https://github.com/pratyushnishchal/e-commerce-webapplication

bootstrap css jdbc jsp mysql servlet

Last synced: 26 days ago
JSON representation

Built an E commerce web application using servlet, JDBC, SQL, JSP.

Awesome Lists containing this project

README

        

# E-Commerce-Webapplication

Built an E commerce web application using servlet, JDBC, SQL, JSP.
In this application there are 2 modules user module and admin module.

USER MODULE:
* User can create a new account, login the website,view there profile, update the profile.
* Add items to the cart.
* increase or decrease the item quantity.
* remove the items from the cart.

ADMIN MODULE:
* Admin can see all the details of users.
* delete the user's account.
* view the order placed by the users.
* add new items to the website.
* remove items from the website.