This instruction assumes that you already have Python 3 and MongoDB installed.
- Install dependencies by running
pip install -r requirements.txt
. - Copy
.env.example
as.env
. - Set the environment variables in
.env
according to your system configuration. - To run it locally execute
flask run
.