Updated dbschema, created a new table named port_region where all ports and their related regions are stored.
cd xeneta/
docker-compose up -d --build
Log in to the container
docker exec <container_id> /bin/sh
python manage.py test --keepdb
To get test coverage
coverage run manage.py test --keepdb
coverage report
http://localhost:4000/rates/?date_from=2016-01-01&date_to=2016-01-05&origin=china_main&destination=north_europe_main