Skip to content

ShankyTiwari/CRUD-application-GO-lang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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