igavrysh / go-club

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Running project

To run project

  1. type in command line:

    go run *.go
    
  2. You willll probably be requested to launch an app with access to network. Please reply affirmative.

  3. Open browser and type in http://localhost in navigation bar

Testing

To run tests

  1. type in command line while staying in the root folder of the project:
    go test -v ./...
    

About


Languages

Language:Go 71.0%Language:CSS 29.0%