Skip to content

flatplum/siif-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SIIF-Backend

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.

Instructions

Create a virtual environment and activate it:

python -m venv venv

Windows:

& .\venv\Scripts\Activate.ps1

Linux:

source venv/bin/activate

Start the Azurite emulation layer:

docker run -d -p 10000:10000 -v azurite_data:/data mcr.microsoft.com/azure-storage/azurite

Then run the flask app:

python app.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published