A simple backend app where users earn 20 bob per trivia question and refer friends for commissions.
- Users pay 100 bob activation fee (goes to admin balance).
- Referrers earn 50 bob per new activated user (referral balance).
- Trivia earnings go to account balance.
- Withdrawals allowed only from referral balance.
- Clone repo
- Run
npm install
- Start server with
npm start
(once API is ready)
- User activation with admin balance tracking
- Referral commission payout
- Trivia question earnings
- Withdrawals from referral balance