Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 706 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 706 Bytes

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