# NOOR HR — App structure

Next.js App Router app with API routes in `app/api`.

```
app/                 # Pages and REST API
components/
  common/
  features/          # HR modules (employees, attendance, leave, recruitment)
  providers/
  ui/
config/
hooks/
lib/api/             # Client for /api
lib/server/          # MongoDB models, services, controllers
types/
docs/
```
