{"id":28344638,"url":"https://github.com/kunal01011/web-learning-server","last_synced_at":"2026-05-05T13:39:51.726Z","repository":{"id":264057667,"uuid":"891663113","full_name":"KUNAL01011/web-learning-server","owner":"KUNAL01011","description":"Web Learning Server repo is a contain the source code of web-learning-platform that gives you ad free and with distraction content so you make you learning path very smooth","archived":false,"fork":false,"pushed_at":"2025-01-01T15:39:25.000Z","size":41,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-20T13:43:56.751Z","etag":null,"topics":["api-rest","cloudinary","corn","e-learning","expressjs","javascript","nodejs","nodemailer","server","typescript"],"latest_commit_sha":null,"homepage":"https://web-learning-dubv.onrender.com","language":"TypeScript","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/KUNAL01011.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-11-20T18:22:51.000Z","updated_at":"2025-01-01T18:58:41.000Z","dependencies_parsed_at":"2024-11-21T19:28:50.580Z","dependency_job_id":"0622e4d7-7c08-4156-96d1-c61f1f85e36f","html_url":"https://github.com/KUNAL01011/web-learning-server","commit_stats":null,"previous_names":["kunal01011/web-learning-server"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/KUNAL01011/web-learning-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KUNAL01011%2Fweb-learning-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KUNAL01011%2Fweb-learning-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KUNAL01011%2Fweb-learning-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KUNAL01011%2Fweb-learning-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KUNAL01011","download_url":"https://codeload.github.com/KUNAL01011/web-learning-server/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KUNAL01011%2Fweb-learning-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32652191,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-05T11:29:49.557Z","status":"ssl_error","status_checked_at":"2026-05-05T11:29:48.587Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["api-rest","cloudinary","corn","e-learning","expressjs","javascript","nodejs","nodemailer","server","typescript"],"created_at":"2025-05-27T10:28:24.927Z","updated_at":"2026-05-05T13:39:51.721Z","avatar_url":"https://github.com/KUNAL01011.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# E-Learning Platform\n\n### Introduction\n\nThis repository contains the source code for an WEB-LEARNING server side code. This platform allows administrators to create and manage courses, while users can enroll in and watch these courses.\n\n### Features\n\n#### Admin Panel:\n1. Create and manage courses\n2. Upload course content (videos, documents, etc.)\n3. Set course enrollment deadlines and pricing\n#### User Dashboard:\n1. View enrolled courses\n2. Watch course videos and download course materials\n3. Interact with other learners through forums and comments\n#### Technology Stack\n1. Node.js\n2. Express.js\n3. MongoDB\n4. cloudinary\n5. Nodemailer\n6. stripe\n7. etc much more pakeages\n\n### Clone the repository:\n```bash\ngit clone [https://github.com/your-username/e-learning-platform.git](https://github.com/your-username/e-learning-platform.git)\n```\n### Install dependencies:\n```bash\ncd web-learning-server\nnpm install\n```\n### Set up Env\n```bash\nPORT=8000\nCORS_ORIGIN=...\nDB_URI=...\nCLOUD_NAME =... \nCLOUD_API_KEY =.... \nCLOUD_SECRET = ....\nREDIS_URL = ....\nACTIVATION_SECRET = ....\nACCESS_TOKEN = ....\nACCESS_TOKEN_EXPIRE = ....\nREFRESH_TOKEN = ....\nREFRESH_TOKEN_EXPIRE = ....\nSMTP_HOST = smtp.gmail.com\nSMTP_PORT = 465\nSMTP_SERVICE = gmail\nSMTP_MAIL = ....\nSMTP_PASSWORD = ....\nSTRIPE_SECRET_KEY = .....\nSTRIPE_PUBLISHABLE_KEY = .....\n```\n### Start the server\n```bash\nnpm run dev\nhttp://localhost:8000\n```\n\n### How to Use\n\n#### Admin:\nLogin to the admin panel using your credentials.\nCreate a new course by providing the course name, description, and other relevant details.\nUpload course content such as videos and documents.\nSet the course enrollment deadline and pricing (if applicable).\n#### User:\nCreate an account or log in to an existing account.\nBrowse available courses and enroll in the desired courses.\nAccess course content, including videos and documents.\nParticipate in discussions and forums.\n\n### Contributing\n\n#### We welcome contributions to this project. Please follow these guidelines:\n1. Fork the repository.\n2. Create a new branch for your feature or bug fix.\n3. Make your changes and commit them.   \n5. Push your changes to your forked repository.\n6. Create a pull request to the main repository.\n\n### Additional Notes\nSecurity: Implement robust security measures to protect user data and prevent unauthorized access.\nScalability: Consider using a cloud platform to scale the application as needed.\nUser Experience: Design a user-friendly interface and provide clear instructions.\n\n### Contact\nFor any questions or issues, please contact us at [Linkedin](https://www.linkedin.com/in/kunal003/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkunal01011%2Fweb-learning-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkunal01011%2Fweb-learning-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkunal01011%2Fweb-learning-server/lists"}