https://github.com/bekcodingaddict/easymart
ShopEase is a full-stack shopping store application built using Node.js, Express, and MongoDB. It allows users to browse and purchase products, manage their shopping cart, and complete secure transactions. The front end is built with >HTML and EJS for rendering dynamic pages, while the back end handles product management, cart functionality, and us
https://github.com/bekcodingaddict/easymart
ejs expressjs mongodb mysql nodejs
Last synced: about 1 month ago
JSON representation
ShopEase is a full-stack shopping store application built using Node.js, Express, and MongoDB. It allows users to browse and purchase products, manage their shopping cart, and complete secure transactions. The front end is built with >HTML and EJS for rendering dynamic pages, while the back end handles product management, cart functionality, and us
- Host: GitHub
- URL: https://github.com/bekcodingaddict/easymart
- Owner: BekCodingAddict
- Created: 2025-01-06T12:57:48.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-11T17:24:27.000Z (about 1 year ago)
- Last Synced: 2025-01-16T19:28:11.717Z (about 1 year ago)
- Topics: ejs, expressjs, mongodb, mysql, nodejs
- Language: JavaScript
- Homepage:
- Size: 116 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EasyMart
>[!NOTE]
>- ShopEase is a full-stack shopping store application built using Node.js, Express, and MongoDB. It allows users to browse and purchase products, manage their shopping cart, and complete secure transactions. The front end is built with >HTML and EJS for rendering dynamic pages, while the back end handles product management, cart functionality, and user data storage. This app aims to provide a simple and intuitive shopping experience, allowing users to shop easily and >efficiently.
## ⚙️Technologies to Mention :
- Node.js & Express: For building the backend API and handling routes.
- MongoDB (or SQL if you’re using that): For storing products and user data.
- HTML & EJS: For rendering dynamic views on the front end.
## ✨ Key Features to Mention in the Description:
- User Account Management: Users can sign up, log in, and manage their account details.
- Product Browsing: Users can view and filter products available in the store.
- Shopping Cart: Users can add products to the cart and update quantities.
- Secure Checkout: Users can proceed with secure payments and order processing.
- Admin Dashboard (Optional): Admins can add, update, or delete products, manage inventory, and view orders.