Skip to content

Repository files navigation

collectionlog-admin

Web admin for the CollectionLogReloaded Minecraft plugin. Lets staff search the collection catalog, view a player's progress, and grant or revoke individual items / full collections safely against the live data store.

Quick start

pnpm install
pnpm db:seed         # builds mock.db with realistic fake data
pnpm dev             # http://localhost:3000

The dev server runs against an in-process PGlite database persisted to mock.db — no Docker, no on-prem connection needed. Production runs against the on-prem Postgres that MCPlus already writes to.

Where to read next

Stack

  • Next.js 15 (App Router) + React 19 + TypeScript
  • Tailwind CSS v4 + shadcn/ui
  • Drizzle ORM
  • PGlite (dev) / node-postgres (prod)
  • NextAuth (Auth.js v5) with Discord OAuth
  • Vercel for hosting; on-prem Postgres for prod data

About

Web operator console for CollectionLogReloaded — catalog search + player data management

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages