You can not select more than 25 topics 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