This is a Django-based eCommerce project aimed at creating an online store. It provides features such as user authentication, product management, cart functionality, checkout, main page , single page , category ,cart, about , contact , 404 process.
- User authentication (registration, login, logout)
- Product management (CRUD operations)
- Shopping cart functionality
- Checkout process
- Responsive design
To run this project, you will need to add the following environment variables to your .env file
pip install virtualenv
virtualenv env
env/bin/activate
- Python 3.x installed on your system
- pip package manager
- virtualenv (optional but recommended)
git clone https://github.com/s3bu7i/dj-ecommerce.git
cd Django-Ecommerce
virtualenv env
source env/bin/activate # for Linux/macOS
env\Scripts\activate # for Windows
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
admin panel:
dino
12345678
OR
python manage.py createsuperuser #also you create own superuser
Client: React, Redux, TailwindCSS, Django
Server: AWS