module
0.0.0-20240724173518-66756ed90608
Repository: https://github.com/adrian83/chat.git
Documentation: pkg.go.dev
# README
CHAT-GO
Simple chat application written in Go and JavaScript programming languages with Redis as a session storage and RethinkDB as a main data storage.
Running
Running with docker compose
Prerequisites
- Docker
- Docker Compose
Steps
- Run
docker-compose up
- Navigate in browser to
localhost:7070
Running locally
Prerequisites
- Docker
- Go
- Gnu Make
Steps
- Start Infrastructure (RethinkDB and Redis):
make deps
- Build frontend
make fe-all
- Start backend:
make be-all
- Navigate in browser to
localhost:7070