my first ever trial project( just for learning html/css with a fully functional python backend ) PS. almost everything is hardcoded
Team15 Nation
Team15 Nation is a binary MLM system built with Flask (Python) and SQLite. It allows users to join with a small entry fee, earn through referrals, pairings, and upline bonuses, and complete micro-tasks (like watching videos or sharing posts) for capped weekly rewards.
Features
🔑 Admin Verification System – Only approved admins can verify new users.
👥 Referral System – Direct, pairing, and upline bonuses with unique referral IDs (e.g., TM00001).
💸 Earnings & Withdrawals – Track earnings, payments, and withdrawals in the dashboard.
📊 User Dashboard – Simple, mobile-friendly dashboard to manage referrals, earnings, and tasks.
🗂 SQLite Database – Manages payments, referrals, earnings, and withdrawals securely.
Tech Stack
Backend: Flask (Python)
Database: SQLite
Frontend: HTML, CSS
Setup git clone https://github.com/Gambredxx/team15.git cd team15 pip install -r requirements.txt python app.py