This is a test project what has basic functionality of an inventory of a store
This project has implemented "Push a button export product data to a CSV" feature.
https://shopify-invntory.herokuapp.com/
- Python3
- flask && flask-sqlalchemy
git clone https://github.com/kunalpatange/Shopify-Inventory.git
cd Shopify-Inventory
pip3 install flask flask-sqlalchemy
Note: pip or pip3 anything what is compatible with python3 works.
Now run the app.py
$ python3 app.py
output:
/home/kunal/.local/lib/python3.8/site-packages/flask_sqlalchemy/__init__.py:872: FSADeprecationWarning: SQLALCHEMY_TRACK_MODIFICATIONS adds significant overhead and will be disabled by default in the future. Set it to True or False to suppress this warning.
warnings.warn(FSADeprecationWarning(
* Serving Flask app 'app' (lazy loading)
* Environment: production
WARNING: This is a development server. Do not use it in a production deployment.
Use a production WSGI server instead.
* Debug mode: on
* Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)
* Restarting with stat
/home/user/.local/lib/python3.8/site-packages/flask_sqlalchemy/__init__.py:872: FSADeprecationWarning: SQLALCHEMY_TRACK_MODIFICATIONS adds significant overhead and will be disabled by default in the future. Set it to True or False to suppress this warning.
warnings.warn(FSADeprecationWarning(
* Debugger is active!
* Debugger PIN: 666-371-882
Run http://localhost:5000/ on your browser to access the inventory application