Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
 
 
Guillaume Vincent 36ea4ec319 add jwt for authentification vor 8 Jahren
api add jwt for authentification vor 8 Jahren
lesspass add jwt for authentification vor 8 Jahren
.gitignore add jwt for authentification vor 8 Jahren
.travis.yml fix env variables for travis vor 8 Jahren
README.md fix documentation vor 8 Jahren
manage.py first commit' vor 9 Jahren
requirements.txt add jwt for authentification vor 8 Jahren
start.sh add Dockerfile vor 8 Jahren

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