Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 
 
Guillaume Vincent 36ea4ec319 add jwt for authentification před 8 roky
api add jwt for authentification před 8 roky
lesspass add jwt for authentification před 8 roky
.gitignore add jwt for authentification před 8 roky
.travis.yml fix env variables for travis před 8 roky
README.md fix documentation před 8 roky
manage.py first commit' před 9 roky
requirements.txt add jwt for authentification před 8 roky
start.sh add Dockerfile před 8 roky

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