Categorygithub.com/adrian83/chat
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

  1. Run docker-compose up
  2. Navigate in browser to localhost:7070

Running locally

Prerequisites

  • Docker
  • Go
  • Gnu Make

Steps

  1. Start Infrastructure (RethinkDB and Redis): make deps
  2. Build frontend make fe-all
  3. Start backend: make be-all
  4. Navigate in browser to localhost:7070

# Packages

No description provided by the author
No description provided by the author