We are using for the backend apis following framework: Echo
Just go into project folder src
and run:
- to install all things
go mod tidy
- if something was not installed successfully just install this separate package with following command
go get
whatever package you are missing
You run project with the following go run server.go