Skip to content

currycoder/document-download-api

 
 

Repository files navigation

document-download-api

Document Download API

install steps:

the docker way

make build-with-docker
docker run make run

the local way

mkvirtualenv -p python3 document-download-api
brew install libmagic
pip install -r requirements-dev.txt
make run

Updating application dependencies

requirements.txt file is generated from the requirements-app.txt in order to pin versions of all nested dependencies. If requirements-app.txt has been changed (or we want to update the unpinned nested dependencies) requirements.txt should be regenerated with

make freeze-requirements

requirements.txt should be committed alongside requirements-app.txt changes.

About

Document Download API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 83.5%
  • Makefile 9.9%
  • Shell 4.7%
  • Dockerfile 1.9%