/elo-demo

Primary LanguagePython

ELO Demo

Setup and Install

python3 -m venv venv;
source venv/bin/activate;
pip install --upgrade pip;
pip install -r requirements.txt;

Firebase Datastore

Ensure that key.json is present in root directory. For more information, see the documentation on deploying a similar application.

Run

python main.py