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