Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 347 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 347 Bytes

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