mango-satanova / Qazaq-Republic-online-store

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Qazaq Republic Online Store

Online shopping store for the brand Qazaq Republic

Description of the project

Qazaq Republic Online Store - this online store will help all fans of this brand to make shopping without leaving their place and make it easier

QR store on Instagram

Mentor

ALASH Team Members

You can see our project here

Running Project on different OS

Mac OS

  1. Create a virtual environment for python on terminal

    • python3 -m venv venv
  2. Activate a virtual environment

    • source venv/bin/activate
  3. Install all required modules from txt

    • pip install -r requirements.txt

Windows OS

  1. Create a virtual environment for python on terminal

    • python -m venv myenv
  2. Activate a virtual environment

    • cd myenv/Scripts
    • activate
  3. Install all required modules from txt

    • pip install -r requirements.txt

All this codes need to run in terminal

About


Languages

Language:HTML 45.8%Language:Python 26.4%Language:CSS 23.7%Language:JavaScript 4.1%Language:Procfile 0.0%