Multi-User Chat Application Made Using GO,Gin and GorrillaMux
- Clone the repository: git clone https://github.com/harisKiani333/Chat-App_Go
- Build the Docker image: docker build -t chat-app .
- Start a Postgres Docker container: docker run --name postgres-db -e POSTGRES_USER=root -e POSTGRES_PASSWORD=password-p 5433:5432 -d postgres:15-alpine
- Start a Docker container for the application: docker run -p 8080:8080 --name chat-app --link postgres-db:postgres -d chat-app
- Open your web browser and navigate to http://localhost:8080 to access the application.
Note:- Chat-App code present in master branch