nil-andreu / backend_forecasting-app

The backend developed in Golang Gin for the Forecasting App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Golang KafKa

For running the main.go, we first have to specify which is the path of our project:

    export GO111MODULE=off
    export GOPATH="/home/nil/Documents/Projects/forecasting-app/backend"
    unset GOPATH                // so we will use go.sum for handling dependencies

TODO: Check if this works right

About

The backend developed in Golang Gin for the Forecasting App


Languages

Language:Go 94.5%Language:Shell 5.5%