Skip to content

SmikeForYou/test_assigment

Repository files navigation

Fedex API Test Assigment

Requirements

Python 3.6+

Getting started

Setup virtual environment

  python3.6 -m venv venv
  source venv/bin/activate
  pip install -r requirements.txt

Fill and apply environment variables

    cp .env.example .env
    # Put required variables to .env file
    export $(grep -v '^#' .env | xargs) # Apply vars from .env to your environment

Usage

Run server

   python3.6 main.py

Track you shipment

After server started follow tracking page url and use your tracking number for get info

About

Test Assigment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published