You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Guillaume Vincent 36ea4ec319 add jwt for authentification 8 years ago
api add jwt for authentification 8 years ago
lesspass add jwt for authentification 8 years ago
.gitignore add jwt for authentification 8 years ago
.travis.yml fix env variables for travis 8 years ago
README.md fix documentation 8 years ago
manage.py first commit' 9 years ago
requirements.txt add jwt for authentification 8 years ago
start.sh add Dockerfile 8 years ago

README.md

Build Status

lesspass-server

lesspass-server is the CRUD API for lesspass

requirements

  • python 3.4

install

install dependencies

pip install -r requirements.txt

start application

python manage.py runserver

tests

run tests

python manage.py test