Skip to content

saeidsaadatigero/Django-Shop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Ā 

History

7 Commits
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 

Repository files navigation

ā­ā­ā­ā­ā­ Django-Shop

This project deals with developing a Virtual website ā€˜E-commerce Websiteā€™. It provides the user with a list of the various products available for purchase in the store. For the convenience of online shopping, a shopping cart is provided to the user. After the selection of the goods, it is sent for the order confirmation process. The system is implemented using Python's web framework Django.

  1. Clone this repository into a folder on your computer
  2. Download Python
  3. Open terminal inside the folder with code.
  4. Type pip install -r requirements.txt in the terminal window to install all the requirements to run the app.
  5. Type python manage.py runserver to start a localhost server for the app.
  6. The API is started and now you can use the API routes to give requests.

Deployment

To run this project run

  source .venv/bin/activate
  python manage.py runserver

About

šŸš€Online Django beautiful shop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published