Commit Graph

6 Commits

Author SHA1 Message Date
jokajak
88e51068ca Update flask models to fix table creation
Mysql requires a length in the table definition for String columns
2015-08-02 17:49:02 -04:00
jokajak
a141d2e887 Add docstrings to flask backend 2015-08-02 14:01:23 -04:00
jokajak
3a1188a779 Fix flask model to support sqlalchemy-migrate 2015-08-02 14:01:02 -04:00
jokajak
35960ad2df Add a gitignore file for flask backend
This file will allow virtualenv's to be created in the src directory for
development of the flask backend directly.
2015-08-02 13:58:05 -04:00
jokajak
18a9936dfa Updated flask backend README to include link to running instance 2015-04-20 08:54:17 -04:00
jokajak
fab1d05127 Introduce new flask based python backend
This supports most functionality. Tested the following functionality:
* Create account
* Delete account
* Create a card
* Download offline copy (couldn't log in) - needs work
* Change passphrase
* One time password creation and use
2015-04-20 08:37:48 -04:00