Alba3k / Eshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

E-commerceWebsite

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.

About


Languages

Language:Python 55.4%Language:HTML 44.6%