An open API service indexing awesome lists of open source software.

https://github.com/sunpodder/chat-app


https://github.com/sunpodder/chat-app

Last synced: 11 months ago
JSON representation

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
![Screenshot from 2024-11-15 22-54-10](https://github.com/user-attachments/assets/41727c52-5c9a-47f9-bc5d-3b1a86438abd)
![Screenshot from 2024-11-15 22-54-26](https://github.com/user-attachments/assets/02754489-d549-4e0d-8e3d-1dd1dbeef5eb)