SwapTrade Backend Trading simulation platform backend built with NestJS. Project Setup This repository now has the basic NestJS project structure with all core modules created:
auth/ - User login/registration user/ - User profiles and settings trading/ - Token swaps and trading logic portfolio/ - User balances and transaction history rewards/ - XP system and badges notification/ - Email and alerts bidding/ - Auction system common/ - Shared code (guards, enums, etc.) database/ - Database setup and migrations