Skip to content

PSvishnu93/xeneta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xeneta

DB Schema

image

Updated dbschema, created a new table named port_region where all ports and their related regions are stored.

Installation steps

cd xeneta/

docker-compose up -d --build

Test

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

API Usage

http://localhost:4000/rates/?date_from=2016-01-01&date_to=2016-01-05&origin=china_main&destination=north_europe_main

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published