Categorygithub.com/peterjochum/traffic-jam-api
modulepackage
1.2.0
Repository: https://github.com/peterjochum/traffic-jam-api.git
Documentation: pkg.go.dev

# README

Traffic Jam API

Jam glass showing two cars - traffic jam

Maintainability Test Coverage

API server for managing traffic jams

API documentation

The API is available on Swagger Hub: Traffic Jam API

Build

Build the docker image

docker build -t traffic-jam-api:latest .

Run

Run the server

docker run --rm -p 8090:8090 -e TJ_MODE=dev -e TJ_PORT=8090 traffic-jam-api:<tagname>

Test the API

http://localhost:8090/api/v1/trafficjam

Uses

Programming

  • Golang
  • Gorilla mux

Graphics

The logo is a composite of two very nice icons:

# Packages

No description provided by the author