Skip to content

y-ooe/chatapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

WebSocketを使用した簡易チャットアプリ

目次


概要

websocketのチュートリアルとして作ったシンプルなチャットアプリです。
バックエンドは FastAPI、フロントエンドは Next.js を使用しています。

WebSocketに初めて挑戦したのでaiに頼ってるところが多いです...


使用技術

  • フロントエンド: Next.js (React), Tailwind CSS
  • バックエンド: FastAPI, WebSocket
  • データベース: SQLite → PostgreSQL(移行対応中)
  • その他: Python 3.12, SQLAlchemy

セットアップ

フロントエンド

cd frontend
npm install
npm run dev

バックエンド

cd backend
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
uvicorn main:app --reload

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors