- Install docker
- create the docker image:
make build
To clean up the docker image:
make clean
# unit test
make pytest
# project documentation
make doc
# development IDE - Jupyter Lab
make jupyter
- download the MongoDB and start the server
- modify the
.env.example
, assigning the environment variables and rename it as.env
- modify the configuration file -
config/main.yaml
- run the program
# Note: the log file will be stored under `log/{press}/{begin}_{end}`
make up
- stop the container
make down