{"id":24521847,"url":"https://github.com/bhavishya2601/skilloria","last_synced_at":"2026-04-10T13:30:53.761Z","repository":{"id":273080153,"uuid":"902199982","full_name":"Bhavishya2601/Skilloria","owner":"Bhavishya2601","description":"Unlock a world of knowledge—learn, teach, and share transformative courses with Skilloria","archived":false,"fork":false,"pushed_at":"2025-01-24T11:19:20.000Z","size":3138,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-03T14:37:34.286Z","etag":null,"topics":["e-learning","e-learning-platform","expressjs","mongodb","nodejs","reactjs","typescript"],"latest_commit_sha":null,"homepage":"https://skilloria.vercel.app/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Bhavishya2601.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-12-12T05:25:05.000Z","updated_at":"2025-12-14T06:09:04.000Z","dependencies_parsed_at":"2025-01-18T15:08:09.025Z","dependency_job_id":"134c0672-e7ec-4d5d-b226-d634ad3561fb","html_url":"https://github.com/Bhavishya2601/Skilloria","commit_stats":null,"previous_names":["bhavishya2601/skilloria"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Bhavishya2601/Skilloria","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bhavishya2601%2FSkilloria","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bhavishya2601%2FSkilloria/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bhavishya2601%2FSkilloria/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bhavishya2601%2FSkilloria/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Bhavishya2601","download_url":"https://codeload.github.com/Bhavishya2601/Skilloria/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bhavishya2601%2FSkilloria/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31645151,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T07:40:12.752Z","status":"ssl_error","status_checked_at":"2026-04-10T07:40:11.664Z","response_time":98,"last_error":"SSL_read: 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":["e-learning","e-learning-platform","expressjs","mongodb","nodejs","reactjs","typescript"],"created_at":"2025-01-22T03:16:42.823Z","updated_at":"2026-04-10T13:30:53.742Z","avatar_url":"https://github.com/Bhavishya2601.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Skilloria\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://socialify.git.ci/Bhavishya2601/Skilloria/image?font=Raleway\u0026language=1\u0026name=1\u0026owner=1\u0026pattern=Floating+Cogs\u0026stargazers=1\u0026theme=Dark\" alt=\"Skilloria\" /\u003e\n\u003c/p\u003e\n\nSkilloria is a full-featured e-learning platform built with the MERN (MongoDB, Express, React, Node.js) stack and TypeScript. It enables users to learn from a wide range of courses as well as contribute by creating and uploading their own courses. The platform focuses on flexibility, scalability, and ease of use, making it ideal for both learners and educators.\n\n## Features\n\n### For Learners\n- Watch video lessons and access course materials.\n- Interactive user interface for an optimized learning experience.\n\n### For Educators\n- Upload new courses with rich metadata (title, description, category, etc.).\n- Add multiple lessons, including video content and resources.\n\n### General Features\n- Secure user authentication and authorization.\n- Responsive design for seamless usage across devices.\n\n## Tech Stack\n\n### Frontend\n- **React**: For building the user interface.\n- **TypeScript**: Ensures type safety and better developer experience.\n- **React Router**: For navigation and routing.\n- **Axios**: For API communication.\n- **Tailwind CSS**: For styling the application.\n\n### Backend\n- **Node.js**: Runtime environment for server-side logic.\n- **Express**: Framework for building RESTful APIs.\n- **MongoDB**: NoSQL database for storing user and course data.\n\n### Additional Tools\n- **JWT**: For secure user authentication.\n- **Cloudinary**: For handling image and video uploads.\n\n## Installation\n\n### Prerequisites\n- Node.js and npm installed.\n- MongoDB installed and running.\n- Cloudinary account for handling media uploads (optional).\n\n### Steps\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/bhavishya2601/skilloria.git\n   cd skilloria\n   ```\n\n2. Install dependencies for both frontend and backend:\n   ```bash\n   cd frontend\n   npm install\n   cd ../backend\n   npm install\n   ```\n\n3. Set up environment variables:\n   Create a `.env` file in the `backend` directory and add the following:\n     ```env\n     PORT=\n     FRONTEND_URL=\n     MONGODB_URI=\n     SESSION_SECRET=\n     EMAIL=\n     EMAIL_PASSWORD=\n     SALT_ROUNDS=\n     JWT_SECRET=\n     GOOGLE_CLIENT_ID=\n     GOOGLE_CLIENT_SECRET=\n     GOOGLE_REDIRECT_URL=\n     ```\n\n4. Start the development servers:\n   ```bash\n   # In one terminal, start the backend:\n   cd backend\n   npm run dev\n\n   # In another terminal, start the frontend:\n   cd frontend\n   npm run start\n   ```\n\n5. Open your browser and navigate to `http://localhost:3000`.\n\n## Folder Structure\n\n```plaintext\nskilloria/\n├── frontend/      # React application\n├── backend/       # Express server and API logic\n├── README.md\n└── LICENSE\n```\n\n## Contribution\n\nWe welcome contributions to Skilloria! If you have an idea or want to fix a bug, feel free to:\n\n1. Fork the repository.\n2. Create a new branch for your feature or fix.\n3. Submit a pull request with detailed information about your changes.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n## Contact\n\nFor any questions or feedback, feel free to reach out:\n- **Email**: bhavishya2601garg@gmail.com\n- **GitHub**: [bhavishya2601](https://github.com/bhavishya2601)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbhavishya2601%2Fskilloria","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbhavishya2601%2Fskilloria","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbhavishya2601%2Fskilloria/lists"}