myFavShrimp / WebChat

Simple fullstack chat application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebChat

Simple fullstack chat application using FastAPI, SQLAlchemy, socket.io, vue.js, tailwind.css and a bit of daisyui.

Preview

Run the application:

$ git clone https://github.com/myFavShrimp/WebChat.git

$ cd WebChat && pip3 install -r requirements.txt

$ cd frontend_src && yarn install && yarn build

$ cd .. && python3 run.py

About

Simple fullstack chat application


Languages

Language:Python 40.5%Language:Vue 37.7%Language:JavaScript 15.1%Language:HTML 4.3%Language:CSS 1.4%Language:Shell 0.6%Language:Dockerfile 0.4%