{"id":25343695,"url":"https://github.com/prashantkoirala465/oef-database-management-system","last_synced_at":"2025-10-17T05:40:07.928Z","repository":{"id":274953467,"uuid":"902507752","full_name":"prashantkoirala465/OEF-Database-Management-System","owner":"prashantkoirala465","description":"The Ocean Education Foundation Management System (OEFMS) is a comprehensive database management system developed as part of the DATA 210 course project. It serves as a centralized platform for managing study abroad programs, student information, and educational resources.","archived":false,"fork":false,"pushed_at":"2025-02-06T08:59:40.000Z","size":18687,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-08T14:46:47.264Z","etag":null,"topics":["database-management","database-management-system","database-schema","html-css-javascript","mysql","php"],"latest_commit_sha":null,"homepage":"","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/prashantkoirala465.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-12T17:46:24.000Z","updated_at":"2025-03-17T09:29:01.000Z","dependencies_parsed_at":"2025-04-08T14:54:56.952Z","dependency_job_id":null,"html_url":"https://github.com/prashantkoirala465/OEF-Database-Management-System","commit_stats":null,"previous_names":["prashantkoirala465/oef-database-management-system"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/prashantkoirala465/OEF-Database-Management-System","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prashantkoirala465%2FOEF-Database-Management-System","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prashantkoirala465%2FOEF-Database-Management-System/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prashantkoirala465%2FOEF-Database-Management-System/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prashantkoirala465%2FOEF-Database-Management-System/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/prashantkoirala465","download_url":"https://codeload.github.com/prashantkoirala465/OEF-Database-Management-System/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prashantkoirala465%2FOEF-Database-Management-System/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279290444,"owners_count":26141135,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-17T02:00:07.504Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["database-management","database-management-system","database-schema","html-css-javascript","mysql","php"],"created_at":"2025-02-14T10:57:40.418Z","updated_at":"2025-10-17T05:40:07.887Z","avatar_url":"https://github.com/prashantkoirala465.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ocean Education Foundation Management System (OEFMS)\n\n## Project Overview\nThe Ocean Education Foundation Management System (OEFMS) is a comprehensive database management system developed as part of the DATA 210 course project. It serves as a centralized platform for managing study abroad programs, student information, and educational resources.\n\n## Purpose\nOEFMS simplifies the study-abroad process by providing a unified platform where:\n- Students can access important notices and announcements\n- Counselors can efficiently track student progress\n- Administrators can manage educational programs and student data\n\n## Key Features\n\n### User Management\n- Multi-level user access (Admin, Student)\n- Secure login system with password protection\n- User profile management\n- Password recovery functionality\n\n### Student Management\n- Comprehensive student registration system\n- Student profile management including:\n  - Personal information\n  - Contact details\n  - Educational background\n  - Profile image upload capability\n- Student ID generation\n- Class assignment\n\n### Notice Management\n- Two-tier notice system:\n  - Public notices for general announcements\n  - Class-specific notices for targeted communication\n- Real-time notice updates\n- Chronological organization of notices\n\n### Class Management\n- Class creation and organization\n- Section assignment\n- Class-wise student grouping\n- Automated timestamp tracking for all entries\n\n### Content Management\n- Dynamic page content management\n- About Us page customization\n- Contact information management\n- Mobile-responsive design\n\n## Database Structure\n\n### Core Tables\n\n1. `tbladmin`\n   - Manages administrator information\n   - Fields: ID, AdminName, UserName, MobileNumber, Email, Password\n\n2. `tblstudent`\n   - Stores comprehensive student data\n   - Fields: ID, StudentName, StudentEmail, StudentClass, Gender, DOB, StuID, FatherName, MotherName, ContactNumber, AlternateNumber, Address, UserName, Password, Image\n\n3. `tblclass`\n   - Handles class organization\n   - Fields: ID, ClassName, Section, CreationDate\n\n4. `tblnotice`\n   - Manages class-specific notices\n   - Fields: ID, NoticeTitle, ClassId, NoticeMsg, CreationDate\n\n5. `tblpublicnotice`\n   - Stores general announcements\n   - Fields: ID, NoticeTitle, NoticeMessage, CreationDate\n\n6. `tblpage`\n   - Controls dynamic page content\n   - Fields: ID, PageType, PageTitle, PageDescription, Email, MobileNumber\n\n## Technical Implementation\n\n### Technology Stack\n- Frontend: HTML, CSS, JavaScript, Bootstrap\n- Backend: PHP\n- Database: MySQL (MariaDB)\n- Server: Apache\n\n### Directory Structure\n```\n/\n├── admin/           # Administrator interface\n├── user/            # Student interface\n├── includes/        # Shared components\n├── css/            # Styling files\n├── js/             # JavaScript files\n├── images/         # Media assets\n├── Database/       # Database schema\n└── fonts/          # Typography resources\n```\n\n### Security Features\n- Password hashing\n- Session management\n- SQL injection prevention\n- Access control mechanisms\n\n## Installation Guide\n\n1. Prerequisites:\n   - PHP 7.0 or higher\n   - MySQL/MariaDB\n   - Apache web server\n\n2. Database Setup:\n   - Create a new database named 'oefmsdb'\n   - Import the schema from `/Database/oefmsdb.sql`\n\n3. Configuration:\n   - Update database credentials in `/includes/dbconnection.php`\n   - Configure Apache virtual host if needed\n\n4. Access:\n   - Admin Panel: `/admin/login.php`\n   - Student Portal: `/user/login.php`\n\n## Default Credentials\nAdmin:\n- Username: aarati65\n- Email: aarati@gmail.com\n\n## Features in Detail\n\n### Admin Panel\n- Dashboard with overview statistics\n- Student management interface\n- Notice creation and management\n- Class management tools\n- Profile and password management\n- System configuration options\n\n### Student Portal\n- Personal dashboard\n- Notice viewing interface\n- Profile management\n- Document verification status\n- Password management\n\n\n## Contributing\nThis project was developed as part of DATA 210 coursework. For any improvements or bug fixes, please submit a pull request.\n\n## Support\nFor technical support or queries, contact: prashantkoirala465@gmail.com\n\n## License\nThis project is part of academic coursework and should be used accordingly.\n\n---\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprashantkoirala465%2Foef-database-management-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprashantkoirala465%2Foef-database-management-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprashantkoirala465%2Foef-database-management-system/lists"}