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

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

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:

![](./logini..png)

#### Home:

![](./Screenshot_1.png)

#### Product Section:
![](./Screenshot_2.png)

#### More Feature Summer Collections :
![](./Screenshot_3.png)

###### 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/
****