Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 950 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 950 Bytes

⭐⭐⭐⭐⭐ 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