Skip to content

jtomaszk/MyCashmanager

Repository files navigation

#MyCashmanager

Build Status codecov.io Dependency Status Code Climate Issue Count

Personal accounting web application written in Python Flask & AngularJS.

##Configuration

Create in root of app file secret.prop

[GoogleOAuth] 
GOOGLE_ID=insert_id
GOOGLE_SECRET=insert_secret
[App]
TOKEN_SECRET=insert_random_string

##Run on Heroku

Configuring heroku

set Config Variables:

DATABASE_URL postgres:https://...
ENV_MODE true
GOOGLE_ID
GOOGLE_SECRET
TOKEN_SECRET 

add buildpack for node and python

heroku buildpacks
=== demo-mycashmanager Buildpack URLs
1. heroku/nodejs
2. heroku/python

Intialize database

heroku run python app.py db upgrade

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages