guil95 / chat-go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chat-go

Simple chat with golang

build coverage

chat-go

Usage

Up dependencies

$ docker-compose up --build -d

Start service

$ go run cmd/main.go

For you see the chats and users collections access localhost:27017 and select app_mongo_db schema

On your browser access the link http://localhost:8081/login

You'll see this page (sorry front-end is not my best hehe) login-page

On your first access you'll need create a new account, for this use the sign up form.

After you submit form you'll something like this (again sorry front-end is not my best hehe): chat-page

About


Languages

Language:Go 72.6%Language:HTML 26.4%Language:Makefile 0.7%Language:Shell 0.2%Language:JavaScript 0.2%