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

Latest commit

 

History

History
19 lines (13 loc) · 441 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 441 Bytes

FlaskBudget (January - April 2011)

A Budget application for couples in Flask

image

Quick Start

Edit the budget.py file setting an SQLite3 database path in __main__ function.

$ sudo apt-get install python-pip python-cherrypy3
$ pip install Flask
$ pip install SQLAlchemy
$ pip install Flask-SQLAlchemy
$ python budget.py

Visit 127.0.0.1:8070.