Instagram Reel Uploader App
Simple Application for uploading reels on your instagram account. Created using flask, quasar.
Instructions for starting the app
Step 1 - Open a terminal in api folder
Step 2 - Install the required packages ( For windows )
python install -r requirements.txt
Step 2 - Install the required packages ( For linux/mac )
python3 install -r requirements.txt
Step 3 - Start the server ( windows )
python3 main.py
Step 3 - Start the server ( linux/mac )
python3 main.py
Step 4 - Open a terminal in client folder
Step 5 - Install all the dependencies
npm install
Step 6 - Install quasar cli ( if not exists )
npm install -g @quasar/cli
Step 7 - Start the Quasar server
quasar dev