# M-TEER Backend (NestJS scaffold)

This folder contains a minimal NestJS scaffold for the M-TEER backend API.

Quick start (development):

```bash
cd backend-api
npm install
npm run start:dev
```

Environment variables are read from the project root `.env`. See `.env.example` for required values.

Apply SQL migrations in `backend-api/migrations/` to your MySQL instance.
# M-TEER Backend API (NestJS)

This folder will contain the NestJS backend API.

Placeholders:
- `src/` backend source
- `migrations/` SQL migrations
- `Dockerfile` and CI configs
