rmind / cdocstore

Repository from Github https://github.comrmind/cdocstoreRepository from Github https://github.comrmind/cdocstore

CDocStore

Usage

To build and run the service:

docker-compose up
open http://127.0.0.1:8000/

Note: production-like service runs on port 8080 (use 8000 for development).

Development

For iterative development:

docker-compose run --service-ports dev bash -i
./run.sh  # stop and re-run when you change the code
pipenv run tests  # to run the unit tests

About

License:BSD 2-Clause "Simplified" License


Languages

Language:Python 65.5%Language:Dockerfile 22.8%Language:Shell 7.3%Language:HTML 4.5%