From 670e4b39c06416a1f3946a7d97074dc6f42751b7 Mon Sep 17 00:00:00 2001 From: Guillaume Vincent Date: Thu, 14 Sep 2017 08:47:56 +0200 Subject: [PATCH] Update README.md --- README.md | 24 ++++++++++++++++++++++++ readme.md | 26 -------------------------- 2 files changed, 24 insertions(+), 26 deletions(-) create mode 100644 README.md delete mode 100644 readme.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..965d580 --- /dev/null +++ b/README.md @@ -0,0 +1,24 @@ +# LessPass backend + +REST API used by [lesspass-pure](https://github.com/lesspass/pure) to store password profiles + + * 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) diff --git a/readme.md b/readme.md deleted file mode 100644 index 26903b4..0000000 --- a/readme.md +++ /dev/null @@ -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)