Skip to content

kentlouisetonino/sw-golang-labs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SW - Golang Labs

  • A laboratory for experimenting with Go.
# API URL.
http://localhost:11000/api

# Health check route.
GET /health


Setup

  • Create a .env file.
# Environment variables.
PORT=11000
  • Run the following commands below.
# Run the run script in makefile.
make run