Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/pratyushnishchal/e-commerce-webapplication
- Owner: pratyushnishchal
- Created: 2024-07-14T07:19:42.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-08-25T13:03:38.000Z (5 months ago)
- Last Synced: 2024-11-12T03:29:27.731Z (3 months ago)
- Topics: bootstrap, css, jdbc, jsp, mysql, servlet
- Language: Java
- Homepage:
- Size: 2.28 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.