選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
 
Guillaume Vincent 36ea4ec319 add jwt for authentification 8年前
api add jwt for authentification 8年前
lesspass add jwt for authentification 8年前
.gitignore add jwt for authentification 8年前
.travis.yml fix env variables for travis 8年前
README.md fix documentation 8年前
manage.py first commit' 9年前
requirements.txt add jwt for authentification 8年前
start.sh add Dockerfile 8年前

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