|
|
@@ -1,26 +0,0 @@ |
|
|
|
[![Build Status](https://travis-ci.org/lesspass/backend.svg?branch=master)](https://travis-ci.org/lesspass/backend) |
|
|
|
|
|
|
|
# LessPass Backend |
|
|
|
|
|
|
|
api server with django rest framework for LessPass password manager |
|
|
|
|
|
|
|
- python 3 |
|
|
|
- django rest framework |
|
|
|
- django rest framework jwt |
|
|
|
- djoser |
|
|
|
- postgresql |
|
|
|
- gunicorn |
|
|
|
|
|
|
|
## Tests |
|
|
|
|
|
|
|
pip install -r requirements.txt |
|
|
|
python manage.py test |
|
|
|
|
|
|
|
## License |
|
|
|
|
|
|
|
This project is licensed under the terms of the GNU GPLv3. |
|
|
|
|
|
|
|
|
|
|
|
## Issues |
|
|
|
|
|
|
|
report issues on [LessPass project](https://github.com/lesspass/lesspass/issues) |