Skip to content

luxarts/go-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Chat with bot

How to run

  1. Run backend
cd back && PORT=9090 go run cmd/main.go
  1. Run bot
cd bot && BACKEND_URL=localhost:9090 go run cmd/main.go
  1. Run frontend
cd front && PORT=8080 BACKEND_URL=localhost:9090 go run cmd/main.go
  1. Open a web browser and navigate to localhost:8080?name=<your_name>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published