Skip to content
This repository has been archived by the owner on Nov 4, 2020. It is now read-only.

EstebanBorai/gabble-chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

💬 Tiny chat implementation made with Go and ReactJS

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published