git clone https://github.com/imobanco/ZoopAPIWrapper.gitrun command to config .env file and data folder
make configOr
make config.data
make config.envInstall docker-ce and docker-compose from each documentation.
First build a image named zoopapiwrapper.
docker build --tag zoopapiwrapper .
Running in development:
docker run -it \
--rm \
--env-file .env \
--volume "$(pwd)":/code \
--workdir /code \
zoopapiwrapper \
bashFirst build:
docker-compose build
For development use:
docker-compose run zoopapiwrapper bash
Note: the above command uses run, for development it is really handy.
requires python>=3.6
config virtual env for python with your python version
python3.6 -m venv envon project folder run
source env/bin/activateon project folder and with env active
make pip.installon project folder and with env active
make test