Simple chat
Clone the repository: git clone https://github.com/YankinA/go-chat.git
To run databases:
cd server
docker-compose up
To run the server:
cd server
go run main.go
or (recomend)
fresh main.go
Run the clinet:
cd client
npm ci
npm run dev