https://github.com/iamfoysal/shopyebusiness
It is a ecommerce web app and api made in django and django rest framework or stripe payment system
https://github.com/iamfoysal/shopyebusiness
bootstrap5 django-application django-framework ecommerce-website mysql-database python
Last synced: 8 months ago
JSON representation
It is a ecommerce web app and api made in django and django rest framework or stripe payment system
- Host: GitHub
- URL: https://github.com/iamfoysal/shopyebusiness
- Owner: iamfoysal
- License: mit
- Created: 2022-04-01T21:05:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-15T19:55:10.000Z (over 3 years ago)
- Last Synced: 2025-01-10T03:33:13.267Z (10 months ago)
- Topics: bootstrap5, django-application, django-framework, ecommerce-website, mysql-database, python
- Language: HTML
- Homepage:
- Size: 28.7 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## ShopYebusiness
****
### **_`It is a E-commerce web applocation and api made in django and django rest framework or stripe payment system.`_**
# feature:
And ongoing project development with product search, product shows by category, add to carts, checkouts, etc.
Account Creation, Updated Account Information
#### Profile:

#### Home:

#### Product Section:

#### More Feature Summer Collections :

###### You can clone this project if you want and follow the steps below to run.
https://github.com/iamfoysal/shopyebusiness.git
#### Installing virtualenv
py -m pip install --user virtualenv
#### Creating a virtual environmen
py -m venv env
#### Activating a virtual environment
.\env\Scripts\activate
#### install requirements.txt
pip install -r requirements.txt
#### Run server
py manage.py runserver
#### localhost:
http://127.0.0.1:8000/
****