Skip to content
This repository has been archived by the owner on May 19, 2020. It is now read-only.

Latest commit

 

History

History
22 lines (14 loc) · 363 Bytes

readme.md

File metadata and controls

22 lines (14 loc) · 363 Bytes

Dependencies

  • Python 3.6+
  • MongoDB 3.4+

Installation

prepare your virtual environment:

python -m venv ./venv
source ./venv/bin/activate
pip install -r requirements.txt

copy your settings file: cp settings.example.py settings.py run your app: python app.py

Make sure your MongoDB is running.

Open your browser at http://localhost:5000.