Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 296 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 296 Bytes

UFO RADAR

Microservice that:

  • Provides GET /radars to get all RADARS running
  • Provides POST /radars {body} to add a new RADAR in the game
  • Emit RADAR Messages (1 per RADAR creation) on "radars" AMQP topic (RadarResource class)

EXPOSED

Exposed on PORT 8082