A chat application built using websockets. The frontend is in Angular, the backend is in Python with FastAPI.
Add dev.local
as a local domain in Firefox about:config network.dns.localDomains
.
pip install fastapi
fastapi has interactive docs when running in dev mode with fastapi dev filename
. It can be accessed on http://127.0.0.1:8000/docs.