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