Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

mentos1386/golang-rest-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mentos1386/golang-rest-example

Development

Tools required:

# Run development version
just run
# Run "production" version
just deploy

# Api is available at http://localhost:1234
# Swagger is available at http://localhost:1235

curl -v localhost:1234/healthz

# Run tests
just test