Skip to content

Server side Golang code for the Hermes chat web application.

Notifications You must be signed in to change notification settings

CodeStompNJ/Hermes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hermes

Starting chat application CODENAME HERMES

Setup

  1. clone project
    git clone https://github.com/CodeStompNJ/Hermes.git
  2. install Dependencies: Postgres + PGAdmin
  3. Using PGAdmin or otherwise, setup database:
    • create user seshat with admin rights. seshat user setup
    • create table hermes with user seshat. hermes database setup

Folder structure

TODO

Installation

  1. get all dependencies :
    go get -d ./...

Running server (Backend + Frontend)

Run go run main.go to start the server and create a listener on port 8000. Current webapp is served on http://localhost:8000/.

About

Server side Golang code for the Hermes chat web application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published