ThriftSHop Nepal
-
Create virtual Environment
python3.7 -m venv env
-
Activate
venv
source env/bin/activate
-
install python dependencies
pip install -r requirements.txt
- Run app
flask run
docker-compose build
docker-compose up
- Populate User
python3 utils/populate_user.py
- Populate Goods or Products
python3 utils/populate_product.py