Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/izzatkarimov/e-commerce
E-Commerce Webste
https://github.com/izzatkarimov/e-commerce
django
Last synced: 4 days ago
JSON representation
E-Commerce Webste
- Host: GitHub
- URL: https://github.com/izzatkarimov/e-commerce
- Owner: izzatkarimov
- Created: 2024-01-03T22:27:28.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-12-10T13:10:16.000Z (22 days ago)
- Last Synced: 2024-12-10T14:23:25.988Z (22 days ago)
- Topics: django
- Language: Python
- Homepage:
- Size: 17 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# E-Commerce Website
## Table of Contents
- [Installation](#installation)
- [Usage](#usage)
- [Screenshots](#screenshots)## Installation
To set up the e-commerce website, follow these steps:
1. Clone the repository:
```bash
git clone https://github.com/izzatkarimov/e-commerce.git
```2. Navigate to the project directory:
```bash
cd e-commerce
```3. Create a virtual environment:
```bash
python -m venv env
```4. Activate the virtual environment:
- On Windows:
```bash
.\env\Scripts\activate
```
- On macOS/Linux:
```bash
source env/bin/activate
```5. Run database migrations:
```bash
python manage.py migrate
```6. Start the development server:
```bash
python manage.py runserver
```## Usage
Once the server is running, you can access the website at `http://127.0.0.1:8000/`. You can browse products, add them to your cart, and proceed to checkout.
## Screenshots
### Home Page:
![Website Screenshot](https://github.com/izzatkarimov/e-commerce/assets/108251704/38f04552-7736-4ceb-a708-308d8b0bb88e)### Cart Page:
![Website Screenshot](https://github.com/izzatkarimov/e-commerce/assets/108251704/b65615c0-9490-40bf-94ec-455dde196d6b)### Checkout Page:
![Website Screenshot](https://github.com/izzatkarimov/e-commerce/assets/108251704/c01c8b28-c80d-4564-b697-7c5bd2ff3d84)### Checkout Page with Payment:
![Website Screenshot](https://github.com/izzatkarimov/e-commerce/assets/108251704/cec1c8ac-f961-4da4-9f3a-b888ea2b274f)### Paypal Integration:
![Website Screenshot](https://github.com/izzatkarimov/e-commerce/assets/108251704/99cc8cb6-6981-4316-9d2e-0e772a97c298)### Successful Payment:
![Website Screenshot](https://github.com/izzatkarimov/e-commerce/assets/108251704/034a9020-6da6-4db4-ae22-51c9f42ac05c)