You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 390 B

1234567891011121314151617181920212223242526
  1. [![Build Status](https://travis-ci.org/oslab-fr/lesspass-server.svg)](https://travis-ci.org/oslab-fr/lesspass-server)
  2. # lesspass-server
  3. lesspass-server is the CRUD API for lesspass
  4. ## requirements
  5. * python 3.4
  6. ## install
  7. install dependencies
  8. pip install -r requirements.dev.txt
  9. start application
  10. python manage.py runserver
  11. ## tests
  12. run tests
  13. python manage.py test