A virtual ecommerce website using Nodejs, Express.js, and MongoDB.
The application displays a virtual bags store that contains virtual products and contact information.
A virtual ecommerce website using Node.js, Express.js, and MongoDB.
Home Page
One product category page
Sign In Page
About Us Page
Product Description Page
The application displays a virtual bags store that contains virtual products and contact information.
Users can do the following:
- Create an account, login or logout
- Browse available products added by the admin
- Add products to the shopping cart
- Delete products from the shopping cart
- Display the shopping cart
- To checkout, a user must be logged in
- Checkout information is processed using stripe and the payment is send to the admin
- The profile contains all the orders a user has made
Admins can do the following:
- Login or logout to the admin panel
- View all the information stored in the database. They can view/add/edit/delete orders, users, products and categories. The cart model cannot be modified by an admin because a cart is either modified by the logged in user before the purchase or deleted after the purchase.
Like this project
0
Posted Jun 14, 2024
Developed a robust e-commerce shop, integrating both frontend and backend solutions to ensure seamless user experience.