Skip to content
/ homoney Public

Flask-based application for manging your home budget.

Notifications You must be signed in to change notification settings

moozeq/homoney

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

homoney

Flask-based application for manging your home budget.

Run

git clone https://github.com/moozeq/homoney.git

# prepare environment
cd homoney
python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt

# add config
echo '{"ENV": "production", "HOST": "127.0.0.1", "PORT": 5000}' > cfg.json

# run app
./homoney.py -c cfg.json

App should be available at 127.0.0.1:5000

About

Flask-based application for manging your home budget.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published