Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kanish-v15/ecommerce-app
Full-featured e-commerce store with multi role user authentication
https://github.com/kanish-v15/ecommerce-app
django html-css-javascript python
Last synced: about 1 month ago
JSON representation
Full-featured e-commerce store with multi role user authentication
- Host: GitHub
- URL: https://github.com/kanish-v15/ecommerce-app
- Owner: kanish-v15
- Created: 2024-11-10T17:27:06.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2024-11-11T07:39:45.000Z (about 2 months ago)
- Last Synced: 2024-11-11T08:30:42.346Z (about 2 months ago)
- Topics: django, html-css-javascript, python
- Language: JavaScript
- Homepage:
- Size: 1.25 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# E-commerce App
An e-commerce application built with Django and Django REST Framework for the backend, with essential e-commerce functionalities including user authentication, product management, cart, order history, and wallet management.
## Features
- **User Authentication**:
- Register and login system for both customers and admins.
- Token-based authentication.
- **Admin Panel**:
- Only superusers can add new admins.
- Sales reporting, product management, and user management.- **Customer Functionality**:
- Product browsing with pagination.
- Cart management (add/update items, manage quantities).
- Wallet management and transaction history.
- Order history and tracking.- **Wallet Management**:
- Wallet-based purchases.
- Wallet history with pagination for easy tracking of transactions.- **Sales Reporting** (Admin Only):
- Generate sales reports by date range and brand.