{"id":18896937,"url":"https://github.com/abdullahsadik00/ed-tech-platform","last_synced_at":"2026-02-14T01:04:37.251Z","repository":{"id":256831989,"uuid":"840764971","full_name":"abdullahsadik00/Ed-Tech-Platform","owner":"abdullahsadik00","description":"The Ed-Tech Platform is a modern educational technology solution designed to support various learning models including online, hybrid, and traditional classroom settings. It provides features for course management, interactive learning, and administrative oversight.","archived":false,"fork":false,"pushed_at":"2025-01-23T19:45:03.000Z","size":34490,"stargazers_count":0,"open_issues_count":9,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-12T04:11:49.213Z","etag":null,"topics":["course-management","ed-tech-platform","javascript","nodejs","react","third-party-integrations","typescript","web-development"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/abdullahsadik00.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,"zenodo":null}},"created_at":"2024-08-10T16:04:47.000Z","updated_at":"2025-01-23T19:41:07.000Z","dependencies_parsed_at":"2024-09-13T09:32:15.255Z","dependency_job_id":"9ffda865-6214-4f67-8397-c20b4ded857a","html_url":"https://github.com/abdullahsadik00/Ed-Tech-Platform","commit_stats":null,"previous_names":["abdullahsadik00/ed-tech-platform"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/abdullahsadik00/Ed-Tech-Platform","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdullahsadik00%2FEd-Tech-Platform","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdullahsadik00%2FEd-Tech-Platform/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdullahsadik00%2FEd-Tech-Platform/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdullahsadik00%2FEd-Tech-Platform/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abdullahsadik00","download_url":"https://codeload.github.com/abdullahsadik00/Ed-Tech-Platform/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdullahsadik00%2FEd-Tech-Platform/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265876950,"owners_count":23842956,"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","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":["course-management","ed-tech-platform","javascript","nodejs","react","third-party-integrations","typescript","web-development"],"created_at":"2024-11-08T08:35:46.248Z","updated_at":"2026-02-14T01:04:32.227Z","avatar_url":"https://github.com/abdullahsadik00.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ed-Tech Platform\n\n## Project Overview\n  \nThe Ed-Tech Platform is a modern educational technology solution designed to support various learning models including online, hybrid, and traditional classroom settings. It provides features for course management, interactive learning, and administrative oversight.  \n\n### Key Features  \n\n- **User Authentication**: Secure login, registration, and profile management.\n\n- **Course Management**: Tools for creating, managing, and enrolling in courses with comprehensive content and assessments.\n\n- **Interactive Learning**: Modules for assignments, quizzes, discussions, and multimedia content.\n\n- **Administrative Tools**: Dashboards and reporting tools for managing users, courses, and performance analytics.\n\n- **Communication**: Messaging system and notifications to facilitate interaction between users.\n\n### Technologies Used\n\n- **Frontend**: React, Redux, HTML, CSS\n\n- **Backend**: Node.js, Express.js\n\n- **Database**: MongoDB\n\n- **Authentication**: JWT (JSON Web Tokens)\n\n- **Deployment**: Docker, Kubernetes (optional), AWS or other cloud services\n\n## File Structure\n\n### Root Directory\n\n- `README.md`: This file.\n\n- `LICENSE`: License file for the project.\n\n- `docker-compose.yml`: Docker Compose configuration file (if using Docker).\n\n- `frontend/`: Frontend source code directory.\n\n- `backend/`: Backend source code directory.\n\n### Frontend Directory (`frontend/`)\n\n- `src/`: Source code for the frontend application.\n\n- `components/`: Reusable React components.\n\n- `pages/`: Page-level components.\n\n- `redux/`: Redux actions, reducers, and store configuration.\n\n- `services/`: API service calls.\n\n- `App.js`: Main application component.\n\n- `index.js`: Entry point for the React application.\n\n- `public/`: Public assets (e.g., `index.html`).\n\n- `package.json`: Frontend dependencies and scripts.\n\n- `.env`: Environment variables for the frontend.\n\n### Backend Directory (`backend/`)\n\n- `src/`: Source code for the backend application.\n\n- `controllers/`: Request handlers for API routes.\n\n- `models/`: Mongoose models for MongoDB schemas.\n\n- `routes/`: API route definitions.\n\n- `middleware/`: Middleware functions (e.g., authentication).\n\n- `config/`: Configuration files (e.g., environment variables).\n\n- `server.js`: Main entry point for the backend server.\n\n- `package.json`: Backend dependencies and scripts.\n\n- `.env`: Environment variables for the backend.\n\n## Setup Instructions\n\n### Prerequisites\n\nEnsure you have the following installed:\n\n- [Node.js](https://nodejs.org/) (v14 or later)\n\n- [MongoDB](https://www.mongodb.com/) (or a MongoDB cloud service)\n\n- [Docker](https://www.docker.com/) (optional for containerization)\n\n### Clone the Repository\n\nClone the repository from GitHub:\n\n```bash\n\ngit  clone  https://github.com/abdullahsadik00/ed-tech-platform.git\n\ncd  ed-tech-platform\n```\n\n## Setup  Backend\n\n### 1.  Navigate  to  the  backend  directory\n\n```bash\ncd backend\n```\n\n#### 2. Install dependencies\n\n```bash\nnpm install\n```\n\n#### 3. Create a .env file in the backend directory and add the following environment variables\n\n```bash\nMONGODB_URI=your_mongodb_uri\nJWT_SECRET=your_jwt_secret\nPORT=5000\n```\n\n#### 4. Start the backend server\n\n```bash\nnpm start\n```\n\n## Setup Frontend\n\n#### 1. Navigate to the frontend directory\n\n```bash\ncd ../frontend\n```\n\n#### 2. Install dependencies\n\n```bash\nnpm install\n```\n\n#### 3. Create a .env file in the frontend directory and add the following environment variables\n\n```bash\nREACT_APP_API_URL=http://localhost:5000\n```\n\n#### 4. Start the frontend server\n\n```bash\nnpm start\n```\n\n## Docker Setup (Optional)\n\n#### 1. Build Docker images\n\n```bash\ndocker-compose build\n```\n\n#### 2. Start the application with Docker\n\n```bash\ndocker-compose up\n```\n\n### Running Tests\n\n#### 1. Navigate to the backend directory and run tests\n\n```bash\ncd backend\nnpm test\n```\n\n2. Navigate to the frontend directory and run tests:\n\n```bash\ncd ../frontend\nnpm test\n```\n\n## Contributing\n\nWe welcome contributions to the project! To contribute:\n\nFork the repository.\n\nCreate a new branch (git checkout -b feature-branch).\n\nMake your changes.\n\nCommit your changes (git commit -am 'Add new feature').\n\nPush to the branch (git push origin feature-branch).\n\nCreate a new Pull Request.\n\n## License\n\nThis project is licensed under the MIT License. See the LICENSE file for details.\n\n## Contact\n\nFor questions or support, please contact:\nEmail:  \u003csadikshaikh3012@gmail.com\u003e\n\nGitHub Issues: GitHub Issues\n\n## Acknowledgments\n\nSpecial thanks to the contributors and supporters of this project.\nInspiration and resources from the open-source community.\n\n```bash\n\nThis `README.md` file provides a comprehensive overview of the project, setup instructions, and additional information necessary for understanding and contributing to the project. Adjust the specific details (e.g., repository URL, contact information) as needed.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdullahsadik00%2Fed-tech-platform","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabdullahsadik00%2Fed-tech-platform","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdullahsadik00%2Fed-tech-platform/lists"}