From 18a9936dfa0deb8d3d49ba4ddd34f12781cc980e Mon Sep 17 00:00:00 2001 From: jokajak Date: Mon, 20 Apr 2015 08:54:17 -0400 Subject: [PATCH] Updated flask backend README to include link to running instance --- backend/flask/src/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/backend/flask/src/README.md b/backend/flask/src/README.md index 6555e72..57bc376 100644 --- a/backend/flask/src/README.md +++ b/backend/flask/src/README.md @@ -5,3 +5,5 @@ A flask based backend for the Clipperz (https://clipperz.is) Password Manager. T 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/` for instance (http://localhost:5000/delta)