Files
codetutor/backend

CodeTutor Backend

FastAPI backend for the CodeTutor coding interview preparation application.

Setup

pip install -e ".[dev]"

Development

uvicorn src.main:app --reload

Testing

pytest