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

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

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/)