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

https://github.com/inexpli/ecommerce-store

eCommerce Store
https://github.com/inexpli/ecommerce-store

bootstrap django ecommerce-store sqlite3

Last synced: about 2 months ago
JSON representation

eCommerce Store

Awesome Lists containing this project

README

          

# Ecommerce Store

## Installation

```
1. git clone https://github.com/Inexpli/eCommerce-Store
2. python -m venv ./venv
3. Activate
4. pip install -r requirements.txt
5. py manage.py makemigrations
6. py manage.py migrate
7. py manage.py runserver
```

### Libraries:
- asgiref==3.4.1
- autopep8==1.5.7
- certifi==2021.5.30
- charset-normalizer==2.0.4
- Django==3.2.5
- django-countries==7.2.1
- django-crispy-forms==1.12.0
- idna==3.2
- isort==5.9.2
- optional-django==0.1.0
- Pillow==8.3.1
- pycodestyle==2.7.0
- pytz==2021.1
- requests==2.26.0
- six==1.16.0
- sqlparse==0.4.1
- stripe==2.60.0
- toml==0.10.2
- typing-extensions==3.10.0.0
- urllib3==1.26.6

### Front End:
- Bootstrap (v4.5.0)
### Back END:
- SQLite3

### Time considered in WebApplication:
- UTC

![umldiagram](https://github.com/Inexpli/eCommerce-Store/assets/61479966/9a6c320d-c137-4176-a6e8-a62221542036)
![home](https://user-images.githubusercontent.com/61479966/136077739-72ccc2b6-3e9c-4323-9de5-d448a52f5a38.png)
![products](https://user-images.githubusercontent.com/61479966/136082175-b633cab9-3923-41c1-828b-6a6fc55576fa.png)
![item](https://user-images.githubusercontent.com/61479966/136077931-abc1da41-30f8-454b-956c-a89b0774488b.png)
![basket](https://user-images.githubusercontent.com/61479966/136078026-318c816b-954c-4186-83b7-989b29ce5da4.png)
![wishlist](https://user-images.githubusercontent.com/61479966/136082086-e5b30452-6db5-4c1c-8917-ddae0920ad34.png)
![dashboard](https://user-images.githubusercontent.com/61479966/136082268-25b8e4a2-d917-4ffe-8ece-518d7aec60c1.png)
![account](https://user-images.githubusercontent.com/61479966/136082484-f0f6553a-d441-4939-b356-db4d8062b13c.png)
![register](https://user-images.githubusercontent.com/61479966/136082592-1fcbbfd3-abac-4069-b491-2d573f90d7ce.png)
![login](https://user-images.githubusercontent.com/61479966/136082595-85121d91-3b31-4a5d-94e7-dd0f84ba3fc6.png)
![password-reset](https://user-images.githubusercontent.com/61479966/136082661-ba371e12-f885-4e6e-9c61-1567cfdb1b2e.png)