Skip to content

Simple GoLang Backend service with React Frontend for a Chat application

License

Notifications You must be signed in to change notification settings

shashank-g172/golang-react-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

golang-react-app

Simple GoLang Backend service with React Frontend for a Chat application

Steps for enabling backend server:

  • cd /backend
  • docker build -t github.com/shashankg172/chat-app .
  • docker run -it -p 8080:8080 github.com/shashankg172/chat-app

Steps for starting frontend service:

  • cd /frontend
  • npm start

About

Simple GoLang Backend service with React Frontend for a Chat application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published