Skip to content

fourthofaugust/go-get-some-rest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-get-some-rest

an opinionated REST API seed written in go

Setup

Ensure go >= 1.13 is installed and configured prior to the project setup

In terminal navigate to project root directory and run following commands to install the dependencies:

  • Run go mod download

Start Development Server

Run go run main.go to start the server.
Navigate to http://localhost:5000/v1/users to access the api.

Endpoints

Developers

Releases

No releases published

Packages

No packages published

Languages