Skip to content
This repository has been archived by the owner on Dec 17, 2019. It is now read-only.

b-reich/Dionysos

Repository files navigation

Dionysos

Build Status BCH compliance Updates Python 3

Latest Release Downloads: Downloads

Welcome

Dionysos display and save the informations of a piggy bank with multiple users

Quick Start

  1. Clone the repo
$ git clone https://github.com/benjaminreichDE/Dionysos.git
$ cd Dionysos
  1. Initialize and activate a virtualenv:
$ virtualenv --no-site-packages env
$ source env/bin/activate
  1. Install the dependencies:
$ pip install -r requirements.txt
  1. Run the development server:
$ python app.py
  1. Navigate to http://localhost:5000