{"id":15525453,"url":"https://github.com/robertbasic/perfi-flask","last_synced_at":"2025-02-22T19:41:08.290Z","repository":{"id":6465237,"uuid":"7705060","full_name":"robertbasic/perfi-flask","owner":"robertbasic","description":"First Flask app","archived":false,"fork":false,"pushed_at":"2013-02-16T12:07:31.000Z","size":260,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-18T10:12:59.638Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/robertbasic.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-01-19T15:52:49.000Z","updated_at":"2013-12-23T07:25:36.000Z","dependencies_parsed_at":"2022-09-07T10:22:13.321Z","dependency_job_id":null,"html_url":"https://github.com/robertbasic/perfi-flask","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertbasic%2Fperfi-flask","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertbasic%2Fperfi-flask/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertbasic%2Fperfi-flask/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertbasic%2Fperfi-flask/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/robertbasic","download_url":"https://codeload.github.com/robertbasic/perfi-flask/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240229882,"owners_count":19768584,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-02T10:57:42.292Z","updated_at":"2025-02-22T19:41:08.265Z","avatar_url":"https://github.com/robertbasic.png","language":"JavaScript","readme":"perFi\n=====\n\nA Flask app for tracking personal finances. Mostly for learning Flask.\nAnd to track my personal finances.\n\nInstall\n=======\n\nIntented to be run as a WSGI application under Apache.\n\n    cd /var/www\n    git clone git://github.com/robertbasic/perfi.git perfi\n    cd perfi\n    virtualenv venv\n    source venv/bin/activate\n\nMake sure to [pip install the dependencies!](#dependencies)\n\nApp config\n----------\n\n    cp appconfig.py.dist appconfig.py\n\nAnd edit accordingly.\n\nDatabase\n--------\n\n    cp perfi.sqlite.init perfi.sqlite\n\nApache\n------\n\nApache needs to have enabled the WSGI module. Make sure the\n`WSGISocketPrefix` path is set correctly in `wsgi.conf`.\n\nExample vhost directive:\n\n    \u003cVirtualHost *:80\u003e\n        ServerAdmin webmaster@localhost\n\n        ServerName perfi.local\n        WSGIDaemonProcess perfi user=apache group=apache threads=5\n        WSGIScriptAlias / /var/www/perfi/perfi.wsgi\n\n        \u003cDirectory /var/www/perfi\u003e\n            WSGIScriptReloading On\n            WSGIProcessGroup perfi\n            WSGIApplicationGroup %{GLOBAL}\n            Order deny,allow\n            Allow from all\n        \u003c/Directory\u003e\n\n        ErrorLog /var/log/httpd/perfi.local.error.log\n\n        # Possible values include: debug, info, notice, warn, error, crit,\n        # alert, emerg.\n        LogLevel warn\n\n        CustomLog /var/log/httpd/perfi.local.access.log combined\n\n    \u003c/VirtualHost\u003e\n\nDependencies\u003ca id=\"dependencies\"/\u003e\n============\n\n * flask\n * SQLAlchemy==0.8.0b2\n * WTForms==1.0.2\n * Flask-SQLAlchemy==0.16\n * Flask-Wtf==0.5\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobertbasic%2Fperfi-flask","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobertbasic%2Fperfi-flask","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobertbasic%2Fperfi-flask/lists"}