Skip to content
This repository was archived by the owner on Apr 18, 2026. It is now read-only.

Latest commit

 

History

History
27 lines (17 loc) · 621 Bytes

File metadata and controls

27 lines (17 loc) · 621 Bytes

Teamy Backend

Prerequisites

Getting Started

  1. Start Server

    go run main.go
  2. Visit http://localhost:8080/random

Deployment Environments

Development

  • Develop with local teamy/cloud backend:
    1. Uncomment this line
    2. run go run main.go in root of teamy/backend