Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,10 @@ All backend APIs are mounted under:
- `npm run build` → production build
- `npm run lint` → ESLint

## Contributing

Please read [CONTRIBUTING.md](CONTRIBUTING.md) before opening a pull request. It includes the PR template, commit message format, and the local validation checks we expect contributors to run before review.

## Logging

The backend uses Winston for structured logging.
Expand Down Expand Up @@ -239,4 +243,4 @@ npm run test:auth:unit
- Set `NODE_ENV=production`
- Use a production MongoDB connection string
- Configure Logtail variables if production logging is needed
- Prefer `MAIL_TRANSPORT=gmail_api` for production deployments
- Prefer `MAIL_TRANSPORT=gmail_api` for production deployments