Skip to content

nest up - #111

Merged
jhayniffy merged 3 commits into
InsurNiffy:mainfrom
yahia008:application-bootstrap
Mar 25, 2026
Merged

nest up#111
jhayniffy merged 3 commits into
InsurNiffy:mainfrom
yahia008:application-bootstrap

Conversation

@yahia008

Copy link
Copy Markdown
Contributor

Summary

This PR bootstraps the NestJS backend as the integration hub with proper configuration, health checks, API docs, and container setup.

Changes
Initialized modular NestJS app (rpc, indexer, ipfs, auth, admin)
Added env validation using @nestjs/config + schema (Joi/Zod)
Implemented /health endpoint
Enabled Swagger/OpenAPI at /docs with auth support
Added global exception filter with consistent error responses
Introduced structured logging with secret redaction
Added Dockerfile (multi-stage) & docker-compose (Postgres, Redis)
Documented setup in README and added .env.example
Checklist
App starts with valid env and serves /health
Invalid env fails fast with clear errors
Swagger docs available at /docs
Containers build and run successfully

Closes #35

@drips-wave

drips-wave Bot commented Mar 24, 2026

Copy link
Copy Markdown

@yahia008 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@jhayniffy
jhayniffy merged commit 0f2104a into InsurNiffy:main Mar 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Backend — NestJS application bootstrap: configuration, health, OpenAPI, and containers

2 participants