6a4ea34e241b83e83cb1b8f7e042276c2733ce81
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
CargoTrace FastAPI Backend
FastAPI backend service for the CargoTrace platform.
Getting Started
python -m venv .venv
source .venv/bin/activate # Linux/Mac
# or .venv\Scripts\activate # Windows
pip install -r requirements.txt
uvicorn app.main:app --reload
Description
Languages
Python
100%