PlazaNet Docs

Welcome to PlazaNet

Developer documentation for PlazaNet — a Miiverse-inspired social platform for creative communities.

Introduction

PlazaNet lets users post, draw, comment, and interact in themed hubs. It is built in Go and focuses on simplicity and performance.

Accounts

Installation

Coming soon.

Development

Prerequisites

  • Go 1.25+
  • Git

Setup

git clone https://github.com/PlazaNetOrg/Accounts.git
cd Accounts
go mod download

Configuration

cp .env.example .env
  • JWT_SECRET — Authentication secret
  • PORT — Default: 7592
  • PLAZANET_URL — Instance URL
  • AUTH_SECURE — Cookie security

Run

go run cmd/main.go

PlazaNet

Installation

Coming soon.

Development

Coming soon.

GamePlaza

Installation

Coming soon.

Development

Coming soon.