[![Build Status](https://travis-ci.org/oslab-fr/lesspass-server.svg)](https://travis-ci.org/oslab-fr/lesspass-server) # 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