Skip to content

KaranbirSingh7/chat-go-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Chat App with Go and React

TODO

  • Ability to add dynamic ports config
  • Add proxy to frontend

Running

Docker

docker-compose up

Frontend(React) will be accessible at: http://localhost:80/

Backend(Go) will be accessible at: http://localhost:8000/

Developing

Backend

cd backend
go mod download
go run main.go

Frontend

cd frontend
npm install
npm start

About

Chat application built with Go and React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published