Skip to main content

Backend API — Overview

The Backend API is the core of the Association App platform. It is built with Node.js and exposes a RESTful API consumed by the Admin UI, Mobile App, and WordPress Plugin.

Tech Stack

LayerTechnology
RuntimeNode.js
Framework(to be defined)
Database(to be defined)
Auth(to be defined)
DeploymentDocker / (to be defined)

Sections

  • Getting Started — local setup, environment variables
  • Authentication — JWT, roles, permissions
  • API Reference — all endpoints documented
  • Database — schema, migrations
  • Deployment — Docker, CI/CD
info

This section is under active development. Content will be added as each module is built.