Skip to content

feat: scaffold digital asset management service#336

Merged
Mkalbani merged 5 commits into
MindFlowInteractive:mainfrom
wumibals:feat/issue-317-asset-service
May 30, 2026
Merged

feat: scaffold digital asset management service#336
Mkalbani merged 5 commits into
MindFlowInteractive:mainfrom
wumibals:feat/issue-317-asset-service

Conversation

@wumibals
Copy link
Copy Markdown
Contributor

Summary

Initializes the asset management service microservice under microservices/asset-service with NestJS, TypeORM entities, service layer, and REST controller for managing uploaded files and digital assets.

Changes

  • Add AppModule with PostgreSQL/TypeORM configuration
  • Add Asset entity with owner, mime type, size, and soft-delete status
  • Add AssetService with register, lookup, and soft-delete operations
  • Add AssetController exposing REST endpoints
  • Add main.ts entry point

closes #317

@drips-wave
Copy link
Copy Markdown

drips-wave Bot commented May 29, 2026

@wumibals 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 9d9fc20 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.

Digital Asset Management Service Setup

2 participants