Skip to content

vizionapi/shipment-tracker-api-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BL & Container Tracking API Example

This project is a basic example implementation of the Vizion tracking API to provide bill of lading and container milestone tracking written in Python. This project uses Flask, SQLAlchemy, and Marshmallow.

Getting Started

  1. Clone the repo to your machine
  2. Rename/copy .env.sample file to .env and replace API key and/or database URI.
  3. (optional) Create a virtual Python environment in the project directory and activate
  4. Install dependencies (pip install -r requirements.txt)
  5. Create database in Python console
    • >>> from api import db
    • >>> db.create_all()
  6. Start API server (python api.py)

About

Sample tracking API for bill of lading & containers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages