Skip to content

edgarelias/Go-CRUD-Patients

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRUD Patients

Web application written in Golang that allows users to Create, Read, Update, and Delete Patients.

Installation

Install the Gin Gonic (web framework)

$ go get -u github.com/gin-gonic/gin

Usage

Run the server

$ go run main.go

Open your browser on http://localhost:3000/ to interact with the web app.

Example

Main Screen

Releases

No releases published

Packages

No packages published

Languages