Skip to content

First go database app which consists of CRUD operations on a Customers DataBase

Notifications You must be signed in to change notification settings

rkilingr/sample_mux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sample_mux

My First go database app which consists of CRUD operations on a Customers DataBase.

Keep mysql installed in your system.

Export these environment variables -

export DB_USER=<Your mysql Username>
export DB_PASSWORD=<Your mysql Password>
export DB_HOST=<Your mysql Host('localhost' for local)>  

For running TestCases
go test -run .

For running the Backend app
go run .

About

First go database app which consists of CRUD operations on a Customers DataBase

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages