Web application written in Golang that allows users to Create, Read, Update, and Delete Patients.
Install the Gin Gonic (web framework)
$ go get -u github.com/gin-gonic/gin
Run the server
$ go run main.go
Open your browser on http://localhost:3000/
to interact with the web app.