Files
codetutor/backend
..
2025-06-20 15:10:37 +01:00
2025-06-20 16:02:40 +01:00
2025-04-20 17:52:49 +01:00
2025-04-26 17:55:18 +01:00
2025-04-10 23:04:51 +01:00
2025-06-20 15:10:37 +01:00
2025-05-30 20:00:49 +01:00
2025-05-30 20:00:49 +01:00

CodeTutor Backend

FastAPI backend for the CodeTutor coding interview preparation application.

Setup

pip install -e ".[dev]"

Development

uvicorn src.main:app --reload

Testing

pytest