PSkool Backend
Next.js · MongoDB · Mongoose · JWT · Zod
This service exposes the REST API consumed by the PSkool frontend. There is no UI here — every endpoint lives under /api/*.
Quick check
GET /api/auth/me— returns the current principal (requiresAuthorization: Bearer ...).POST /api/auth/login— obtain a JWT.GET /api/users— list users (admin-only).
See the project README and docs/BACKEND.md for the full reference.