This is basic CRUD app, whihc uses to GO/Go Lang as web server. MySql is used as Databse to store records and for Front end I am using Plain old AngularJs.
Below command will Install all the dependencies recursively.
go get -d ./...
Below command will start the GO server.
go run *.go