# {{projectName}}

Backend powered by [NestJS](https://nestjs.com/).

## Quick Start

```bash
npm install
npm run start:dev
```

Server runs at http://localhost:8000

## Endpoints

- `GET /health` — Health check

## Development

- **Install**: `npm install`
- **Dev**: `npm run start:dev` (with auto-reload)
- **Build**: `npm run build`
- **Test**: `npm test`

## Configuration

Set `PORT` env var to override the default port (8000):

```bash
PORT=3001 npm run start:dev
```
