Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 557 Bytes

File metadata and controls

25 lines (15 loc) · 557 Bytes

uberubercontroller

New ubercontroller

Development

Prerequisites

  • Go environment
  • Connection information for a pre-seeded Postgres database

TL;DR (quick start)

For local development:

  • copy config.example.yaml to config.yaml
  • configure the database connection in config.yaml
  • make run

Swagger Documentation

  1. Install swag cli tool
  2. Run swag init -g universe/node/api.go to generate documentation
  3. Open in browser http://localhost:4000/swagger/index.html