25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

readme.md 547 B

1234567891011121314151617181920212223242526
  1. [![Build Status](https://travis-ci.org/lesspass/backend.svg?branch=master)](https://travis-ci.org/lesspass/backend)
  2. # LessPass Backend
  3. api server with django rest framework for LessPass password manager
  4. - python 3
  5. - django rest framework
  6. - django rest framework jwt
  7. - djoser
  8. - postgresql
  9. - gunicorn
  10. ## Tests
  11. pip install -r requirements.txt
  12. python manage.py test
  13. ## License
  14. This project is licensed under the terms of the GNU GPLv3.
  15. ## Issues
  16. report issues on [LessPass project](https://github.com/lesspass/lesspass/issues)