Enterprise order management system for Contoso Corporation.
This API handles order processing, customer management, and payment integration for the Contoso e-commerce platform.
# Install dependencies
pip install -r requirements.txt
# Run the development server
uvicorn src.main:app --reload
# Run tests
pytest tests/- API Layer: FastAPI endpoints in
src/api/ - Services: Business logic in
src/services/ - Repositories: Data access in
src/repositories/ - Models: Domain models in
src/models/
src/legacy/ is managed by the Security team. Do NOT modify without approval.
- API Team: api-team@contoso.com
- Security Team: security@contoso.com