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
- Host: GitHub
- URL: https://github.com/inexpli/ecommerce-store
- Owner: Inexpli
- Created: 2021-07-08T22:45:58.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-11-08T13:50:22.000Z (over 2 years ago)
- Last Synced: 2023-11-09T13:34:10.361Z (over 2 years ago)
- Topics: bootstrap, django, ecommerce-store, sqlite3
- Language: HTML
- Homepage:
- Size: 26.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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










