瀏覽代碼

Update README.md

pull/342/head
Guillaume Vincent 7 年之前
父節點
當前提交
670e4b39c0
共有 2 個檔案被更改,包括 24 行新增26 行删除
  1. +24
    -0
      README.md
  2. +0
    -26
      readme.md

+ 24
- 0
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)

+ 0
- 26
readme.md 查看文件

@@ -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)

Loading…
取消
儲存