This repo runs the backend for the Instagram Feed sectoin of the SIIF website. This is configured to work with the latest commit of https://github.com/SIIF-Melbourne/siif-website/tree/feat/instagram-feed.
Create a virtual environment and activate it:
python -m venv venvWindows:
& .\venv\Scripts\Activate.ps1Linux:
source venv/bin/activateStart the Azurite emulation layer:
docker run -d -p 10000:10000 -v azurite_data:/data mcr.microsoft.com/azure-storage/azuriteThen run the flask app:
python app.py