Bounty Board is a platform where users can post and claim bounties. The system consists of two servers:
- Main Server (Django) – Handles frontend and user interactions.
- Verus Server (Express.js) – Manages authentication, payments, and external integrations for verus.
- Database (PostgreSQL) – Stores users, bounties, and transactions.
- Frontend: React, Tailwind CSS
- Backend: Express.js, Django, Django Rest Framework
- Database: MongoDB
- Authentication: JWT (JSON Web Tokens)
- API Communication: REST API between servers