ScholarBridge is a full-stack web platform designed to connect students with scholarship opportunities and help trusts/NGOs manage and approve applications efficiently. The system is built for transparency, scalability, and ease of use for all stakeholders.
- PostgreSQL (database)
- Node.js, Express.js (backend API)
- React.js, Vite, Tailwind CSS (frontend)
- JWT (authentication)
- Cloudflare R2 (document storage)
- Student registration, login, and application submission
- Trust/NGO registration, login, and dashboard
- Multi-trust approval system for scholarship applications
- Smart Filtering: Trusts see only applications matching their preferences
- Auto-close applications when fully funded
- Secure document upload and download (Cloudflare R2)
- Admin dashboard for analytics and management
- Profile management and password change for trusts
- Responsive, modern UI with role-based access
backend/- Node.js/Express API server, database migrations, and business logicfrontend/- React.js client app (Vite + Tailwind CSS)docs/- Documentation and setup guides
/api/auth/login- User login (JWT)/api/auth/register- User registration/api/trusts/dashboard- Trust dashboard data/api/trusts/profile- Trust profile info/api/trusts/change-password- Change trust password/api/student/applications- Student application management
- Passwords are hashed using bcrypt and stored as
password_hashin the database - JWT-based authentication for all protected routes
- Role-based access control for students, trusts, and admins
Pull requests are welcome. Please open issues for bugs or feature requests.
This project is licensed under the MIT License.