Real-time crypto portfolio management and trading platform. Multi-exchange aggregation, live market data, and AI-powered insights.
git clone https://github.com/enok1111/yield-nexus.git && cd yield-nexus
pnpm install
cp apps/backend/.env.example apps/backend/.env # add your API keys
just dev # starts Docker backend + local frontend- Frontend: http://localhost:5177
- Backend: http://localhost:3005
Vue 3 + Vite | Express.js + TypeScript | PostgreSQL + Prisma | Redis | Socket.IO | Docker
MIT