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 ./...