Skip to content

gdg-garage/space-tycoon

Repository files navigation

Space Tycoon

Server status

Client

Example bot

API

Observe the API in Swagger UI

Dev

docker-compose up dev-server adminer

This will also run container db.

Containers:

  • server - App server listening on port 80.
  • dev-server - Server with extra commands for use during development.
  • adminer - Db interface running on port 8080.
  • db - (MariaDb) with password secret and database space_tycoon with all tables and procedures included from database directory.
  • server-tidy - go mod tidy = Update and cleanup go dependencies (go.mod) using the container.
  • client-gen - Generate code for example Python based client.