avra-m3 / Codeverse-Backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Codeverse-Backend

This is the flask backend for the Codeverse project created for the Facebook Melbourne hackathon 2018.

Setup

Run the following command from the project directory:

pip install -r requirements.txt

This will install all required packages to run this project

Environment Variables

In order to run this application you will need to install Environment variables, you can do this on windows with

set SPHERE_AUTH=<access token for sphere>

set SPHERE_ENDPOINT=<personal endpoint for sphere>

You can set these on Mac with the following

export SPHERE_AUTH=<access token for sphere>

export SPHERE_ENDPOINT=<personal endpoint for sphere>

Running the application

Run the following command

python application.py

About


Languages

Language:Python 97.8%Language:HTML 2.2%