lesspass-server is the CRUD API for lesspass
install dependencies
pip install -r requirements.dev.txt
start application
python manage.py runserver
run tests
python manage.py test