https://github.com/sunpodder/chat-app
https://github.com/sunpodder/chat-app
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sunpodder/chat-app
- Owner: SunPodder
- Created: 2024-11-16T14:50:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-26T12:49:09.000Z (about 1 year ago)
- Last Synced: 2025-04-26T13:31:02.475Z (about 1 year ago)
- Language: TypeScript
- Size: 208 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chat App
A chat app made with React, Express, SocketIO, PostgreSQL
# Run
Assuming you've bun installed.
Setup:
```bash
bun install
docker-compose pull
```
Run:
```bash
./run.sh
```
- It'll up a postgresql and redis server
- Start the backend API server
- Build the frontend and start a vite preview server
# Preview

