Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.