Course: Software Project Design and Development Lab (CSE0613316)
Submitted To:
- Dr. Syed Arif Islam (Assistant Professor)
- Shad Ahmed (Lecturer)
Team Members:
- Jannatul Ferdus (0432410005101058)
- Sadia Islam (0432410005101096)
Many online platforms suffer from fake user accounts, spam content, fraud sellers, and inappropriate posts. The absence of strict identity verification allows users to create multiple fake accounts and spread harmful or misleading information.
The User Verification and Content Control System (UVCCS) is a proposed solution designed to verify users through email, phone number, and identity document verification, while subsequently controlling and monitoring the content they upload. This specific repository contains the web platform prototype focusing on Age-Aware Verification—categorizing users into Child, Teenage, and Adult groups based on validated National ID or Birth Certificate data, and serving them age-appropriate content.
- Identity Verification: Verification via NID or Birth Certificate.
- OTP Authentication: Phone/email-based OTP verification.
- Age-Gated Content: Distinct interfaces and content access for Children, Teenagers, and Adults.
- Reporting & Moderation (Planned): Content monitoring, reporting system, and admin moderation.
Please refer to the documentation.md, project_structure.md, and hosting_guide.md for detailed information on the system's architecture, database schema, and deployment instructions.