Skip to content

A minimalistic sample on creating a REST API using Go programming language.

License

Notifications You must be signed in to change notification settings

vdsbt33/go-rest-api-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Go Rest Sample

This is a minimalistic sample on creating a REST API using Go programming language.

Requirements

None

How to run

  • Install dependencies by running go get ./src
  • Run the code with go run src/main.go. You should be able to access http://localhost:8080/people and get the JSON

About

A minimalistic sample on creating a REST API using Go programming language.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages