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
| Layer | Technology |
|---|---|
| Runtime | Node.js |
| Framework | (to be defined) |
| Database | (to be defined) |
| Auth | (to be defined) |
| Deployment | Docker / (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.