Chat with anyone in a room.
2024-02-24.10-19-26.mp4
- Go Gin
- Gorilla Websockets
- Next.js
- TailwindCSS
- PostgreSQL
- Docker
- Clone repository from
git clone https://github.com/pratikstemkar/nexus
. - Run Postgres image from docker using
make postgresinit
. - Create DB
nexusdb
usingmake createdb
. - Run DB migrations to create
users
table usingmake migrateup
. - Start server command
go run cmd/main.go
. - Run Next.js app using
npm run dev
. - Visit
http://localhost:3000
.