Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 982 Bytes

File metadata and controls

29 lines (23 loc) · 982 Bytes

TechZeroBE

A back end API for the Tech Zero hackathon

Usage

  • Make sure you have Go 1.22.4 or above installed.
  • Use go run *.go (or make up with Make installed) to run the application

Development

  • If you have make installed, you can use make lint to run golangci-lint run

Endpoints

GET /health

  • This is a health check route.

GET /my_response

  • Returns some dummy data.

GET /energy