text2quiz_backend / local.sh
Huy Nguyen
add missing endpoint
a22e37c
raw
history blame contribute delete
63 Bytes
redis-server --save "" &
uvicorn main:app --port 4200 --reload