70cb6759ea0118ab2aecedc2b753b510732ba71a
Remove deprecated app/core/config.py as configuration is now managed through the new YAML-based config module (app/config/). Co-Authored-By: Claude Opus 4.6 (1M context) <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%