Skip to content

feat: add rate-limit-service, donation-service, and marketplace-service microservices#348

Merged
Mkalbani merged 1 commit into
MindFlowInteractive:mainfrom
A6dulmalik:feature/microservices-rate-limit-donation-marketplace
May 30, 2026
Merged

feat: add rate-limit-service, donation-service, and marketplace-service microservices#348
Mkalbani merged 1 commit into
MindFlowInteractive:mainfrom
A6dulmalik:feature/microservices-rate-limit-donation-marketplace

Conversation

@A6dulmalik
Copy link
Copy Markdown
Contributor

Summary

This PR adds three new NestJS microservices under microservices/:

  • rate-limit-service — distributed rate limiting with per-user/endpoint sliding window quotas, tiered limits (free/premium), burst allowance, whitelist/bypass, and violation analytics.
  • donation-service — charity registration and verification, donation processing, tax receipt generation, impact reporting, quadratic funding, and recurring donations.
  • marketplace-service — NFT listing/buy/sell with escrow simulation, offer/counter-offer system, auction with bidding and settlement, royalty distribution, price history, and collection statistics.

What changed

Each service follows the existing microservice pattern:

  • NestJS with in-memory stores (Map)
  • main.ts, app.module.ts, domain controller, service, and entity files
  • Dockerfile (node:20-alpine)
  • package.json and tsconfig.json

Ports

Service Port
rate-limit-service 3010
donation-service 3011
marketplace-service 3012

Closes

Closes #342
Closes #341
Closes #337

- microservices/rate-limit-service: sliding window rate limiting with
  per-user/endpoint quotas, tiered limits (free/premium), burst allowance,
  whitelist/bypass, and violation analytics (MindFlowInteractive#342)

- microservices/donation-service: charity registration/verification,
  donation processing, tax receipt generation, impact reporting,
  quadratic funding, and recurring donations (MindFlowInteractive#341)

- microservices/marketplace-service: NFT listing/buy/sell with escrow,
  offer/counter-offer system, auction with bidding, royalty distribution,
  price history, and collection statistics (MindFlowInteractive#337)
@drips-wave
Copy link
Copy Markdown

drips-wave Bot commented May 30, 2026

@A6dulmalik 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

@Mkalbani Mkalbani merged commit e878996 into MindFlowInteractive:main May 30, 2026
5 of 13 checks passed
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.

API Rate Limiting and Quota Service Setup Charity Donation and Public Goods Service Setup # NFT Marketplace Service Setup

2 participants