Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 
 
Guillaume Vincent 36ea4ec319 add jwt for authentification 8 anos atrás
api add jwt for authentification 8 anos atrás
lesspass add jwt for authentification 8 anos atrás
.gitignore add jwt for authentification 8 anos atrás
.travis.yml fix env variables for travis 8 anos atrás
README.md fix documentation 8 anos atrás
manage.py first commit' 9 anos atrás
requirements.txt add jwt for authentification 8 anos atrás
start.sh add Dockerfile 8 anos atrás

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