A modern music streaming app with AI-powered recommendations, built with Flutter and Node.js.
├── axor_app/ # Flutter mobile app
│ ├── lib/ # Dart source code
│ ├── android/ # Android platform
│ └── ios/ # iOS platform
│
└── axor/ # Backend & Documentation
├── axor_app_backend/ # Node.js backend server
├── database/ # JSON databases
└── *.md # Documentation files
cd axor/axor_app_backend
npm install
cp .env.example .env
# Edit .env with your MEGA credentials
npm startcd axor_app
flutter pub get
flutter run✨ AI-powered music recommendations
🎵 Stream from MEGA cloud storage
📱 Smart Modes (GYM, STUDY, DRIVE)
🎨 Beautiful cyberpunk UI
💾 User playlists with local storage
See axor/RENDER_STEP_BY_STEP.md for deploying backend to Render.com
All documentation is in the axor/ folder:
RENDER_STEP_BY_STEP.md- Deploy backendGITHUB_SETUP_GUIDE.md- GitHub setupQUICK_ANSWERS.md- Common questions- And many more...
- Frontend: Flutter, Provider, just_audio
- Backend: Node.js, Express, MEGA.js
- AI: Custom emotion detection algorithm
MIT License
Built with ❤️ by Aoi