CodeTutor Backend
FastAPI backend for the CodeTutor coding interview preparation application.
Setup
pip install -e ".[dev]"
Development
uvicorn src.main:app --reload
Testing
pytest
FastAPI backend for the CodeTutor coding interview preparation application.
pip install -e ".[dev]"
uvicorn src.main:app --reload
pytest