https://github.com/dev-mdirfan/django-ecommerce
https://github.com/dev-mdirfan/django-ecommerce
django django-ecommerce e-commerce full-stack-app
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dev-mdirfan/django-ecommerce
- Owner: dev-mdirfan
- Created: 2024-02-27T15:45:10.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-20T18:15:16.000Z (almost 2 years ago)
- Last Synced: 2025-01-27T11:24:02.627Z (over 1 year ago)
- Topics: django, django-ecommerce, e-commerce, full-stack-app
- Language: Python
- Homepage:
- Size: 990 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# E-commerce Website by Dennis Ivy
Build a full e-commerce website.
- With Payment Integration
- Ability to user shop as guest or registered user (Without creating an account /never have to register or create an account and shop as a authenticated user)
**Features:**
- Add items to cart.
- Edit cart (Add/ Remove items).
- On checkout, Add shipping details and then after payment is done you will be redirected to Home page.
Shipping address and payment method can be saved for guest users for long time.
**Techs Used:**
- Django
- JavaScript
- [Bootstrap](https://getbootstrap.com/docs/5.3/getting-started/introduction/).
Further it can be implemented with: React.js, REST API (Django Rest Framework) and Docker or Postgres for database.
Project Guide: [docs](docs/)
### Setup
1. Clone, Create Env, Install requirements and run server.
```bash
# Clone the repository
git clone
# Create virtual environment
python -m venv env
# Activate the environment
.\env\Scripts\activate
# Install requirements
pip install -r requirements.txt
# Run server
python manage.py runserver
```
## References
- Django E-Commerce Website by DennisIvy [Playlist](https://youtube.com/playlist?list=PL-51WBLyFTg0omnamUjL1TCVov7yDTRng) | Step by step [Guide](https://codewithsteps.herokuapp.com/project/cd0492f3-ee93-471a-9dbc-b047233336c3/) Docs | Github [code](https://github.com/divanov11/django_ecommerce_mod5/)
- Learn from [Dennis Ivy](https://dennisivy.teachable.com/)