gabble-chat-app

module
v0.0.0-...-9ce0fb8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 4, 2020 License: MIT

README

gabble-chat-app

💬 Tiny chat implementation made with Go and ReactJS

Running Locally

Using Go and Dep for local development

  1. Make sure you already have Go and dep installed in your machine, otherwise refer to the following sources to get them:
  1. Step into project root directory and run dep ensure to install required packages:
cd ./gabble/server/
dep ensure
  1. Run the application using go run command:
go run ./src/main.go

Running using Docker

  1. Make sure you already have Docker installed in your machine, otherwise install Docker:
  1. Build the Dockerfile available in the project's root directory:
cd ./gabble/server
docker build -t gabble-backend .
  1. Finally run the container you just build using docker run:
docker run gabble-backend

Contributions

Every contribution to this project is welcome.

License

Licensed under the MIT License

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL