GitHub - greencloudcomputing/TechZeroBE: A back end API for the Tech Zero hackathon

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