# Packages
No description provided by the author
# README
go-gin-jquery-crud
Go gin server with html jquery as front end and sqlite as database
Build project by running below command
go build -tags netgo -ldflags '-s -w' -o employeeApp
Run project by running below command
./employeeApp