- create config.yml with DB access config
db:
path: db.sqlite
resetonstart: true
server:
url: "http://localhost:3000"
port: ":3000"
cors: true
binarydata: ./uploads- start the backend
go build
./grid-backend-go