A chat app made with React, Express, SocketIO, PostgreSQL
Assuming you've bun installed.
Setup:
bun install
docker-compose pull
Run:
./run.sh
- It'll up a postgresql and redis server
- Start the backend API server
- Build the frontend and start a vite preview server