MyChat A chat app for me to practice using Websockets. It is authenticated using JWT tokens for session data. How to run cd webchat uvicorn main:app --reload