25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Guillaume Vincent c58e70d887 add Dockerfile 8 년 전
api add entry CRUD models 8 년 전
lesspass add Dockerfile 8 년 전
nginx clean nginx config files 8 년 전
.dockerignore add docker files 8 년 전
.gitignore add docker compose for production 8 년 전
.travis.yml fix env variables for travis 8 년 전
Dockerfile add Dockerfile 8 년 전
README.md update documentation 8 년 전
docker-compose.yml add nginx container 8 년 전
manage.py first commit' 8 년 전
requirements.txt add nginx container 8 년 전
start.sh add Dockerfile 8 년 전

README.md

Build Status

lesspass-server

lesspass-server is the CRUD API for lesspass

requirements

  • python 3.4

install

install dependencies

pip install -r requirements.dev.txt

start application

python manage.py runserver

tests

run tests

python manage.py test