-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Labels
Description
Nestera offers various savings products (e.g., Fixed, Flexible) to users. We need to implement a module to manage these products and user subscriptions to them.
Acceptance Criteria
- Define Prisma schemas for
SavingsProductandUserSubscription. - Create
SavingsModule,SavingsController, andSavingsService. - Implement endpoints:
GET /savings/products,POST /savings/subscribe,GET /savings/my-subscriptions. - Admin endpoints to create/update products (
POST/PATCH /admin/savings/products). - Use DTOs with
class-validatorfor request validation.
Useful Resources
Reactions are currently unavailable