password-manager-mirror/backend/flask/src
Giulio Cesare Solaroli 0c4977a431 Merge pull request #106 from jokajak/bitcoin_compatibility
flask backend: Add a stub for bitcoin certificates
2016-06-05 11:49:21 +02:00
..
clipperz Merge pull request #106 from jokajak/bitcoin_compatibility 2016-06-05 11:49:21 +02:00
db_repository Fix flask model to support sqlalchemy-migrate 2015-08-02 14:01:02 -04:00
.gitignore Add a gitignore file for flask backend 2015-08-02 13:58:05 -04:00
README.md Updated flask backend README to include link to running instance 2015-04-20 08:54:17 -04:00
clipperz.py Introduce new flask based python backend 2015-04-20 08:37:48 -04:00
config.py Fix config to pass in variables properly 2016-04-24 12:20:03 -04:00
db_create.py Fix flask model to support sqlalchemy-migrate 2015-08-02 14:01:02 -04:00
db_downgrade.py Introduce new flask based python backend 2015-04-20 08:37:48 -04:00
db_migrate.py Fix flask model to support sqlalchemy-migrate 2015-08-02 14:01:02 -04:00
db_upgrade.py Introduce new flask based python backend 2015-04-20 08:37:48 -04:00
nginx.conf.example Add example files for running clipperz with uwsgi and nginx 2016-04-24 08:40:30 -04:00
run.py Add example files for running clipperz with uwsgi and nginx 2016-04-24 08:40:30 -04:00
run.sh Introduce new flask based python backend 2015-04-20 08:37:48 -04:00
setup.py Fix flask model to support sqlalchemy-migrate 2015-08-02 14:01:02 -04:00
uwsg-emperor.ini.example Add example files for running clipperz with uwsgi and nginx 2016-04-24 08:40:30 -04:00

README.md

clipperz

A flask based backend for the Clipperz (https://clipperz.is) Password Manager. This backend is for development and personal use only. As such it does not implement any bot protection mechanisms such as tolls.

Running

Once you have built the backend using the clipperz build process you can use run.sh to create an environment for testing against. The database will be created in the target directory which means it will be over-ridden every time you build. To change this you can specify a DATABASE_URL environment variable that points to another location.

Once it is running, you can open the clipperz by going to http://localhost:5000/<frontend version> for instance (http://localhost:5000/delta)