Skip to content

kunalpatange/Shopify-Inventory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shopify-Inventory

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.

link to see the application:

https://shopify-invntory.herokuapp.com/

Requirements:

  • Python3
  • flask && flask-sqlalchemy

Installation:

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

About

This is a test project what has basic functionality of an inventory of a store

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors