Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 395 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 395 Bytes

CRUD application in GO or GO Lang

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.

Installtion

Below command will Install all the dependencies recursively.

go get -d ./...

Starting the GO server

Below command will start the GO server.

go run *.go