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