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

anthropedia/tki-kund

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published