Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 332 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 332 Bytes

Zembil-flask

Zembil is an e-commerce web app that provides information about a product, its location, price, and the nearest shop with this particular product.

$ cd Zembil-flask                  
$ virtualenv flask.env             
$ source flask.env/bin/activate    
$ pip install -r requirements.txt 
$ python run.py