Skip to content

Pla9er9/chat-roulette

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

✉️ Chatroulette

Online random person chat

Run Locally

Clone the project

git clone github.com/Pla9er9/chat-roulette

Go to the project directory

cd chat-roulette

Run server

Go to web app directory

cd server

Install dependencies

go mod tidy

Start the server

go run .

Run web app

Go to web app directory

cd app/Chatroulette

Install dependencies

npm install

Start the server

npm run start

License

MIT