Create a private chat room that allows others to join! Built with FastAPI and Svelte
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
uvicorn main:app --reload
open up a new terminal
cd frontend
npm install
npm run dev