Description of the program. WIP.
- Auto generate blog articles
- View and manage orders
Install node modules
npm i
Inside of /app/ run the commands:
pip3 install ShopifyAPI
pip3 install -r requirements.txt
Create an app on your shopify store, get the access token, then paste it in the config.
cd app
python3 app.py
npm run dev