{"id":25702170,"url":"https://github.com/samyyzz/Sell-My-Course","last_synced_at":"2025-02-25T05:03:13.817Z","repository":{"id":184382902,"uuid":"666480738","full_name":"samyyzz/Sell-My-Course","owner":"samyyzz","description":"MERN stack Create/ Buy online course platform.","archived":false,"fork":false,"pushed_at":"2024-09-14T05:47:44.000Z","size":725,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-19T07:27:02.902Z","etag":null,"topics":["api","axios-react","express","javascript","jwt","mern-stack","mongodb","mui","node","react"],"latest_commit_sha":null,"homepage":"https://sameer-course.vercel.app","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/samyyzz.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":"2023-07-14T16:17:05.000Z","updated_at":"2024-10-16T11:47:11.000Z","dependencies_parsed_at":"2024-01-02T08:43:36.638Z","dependency_job_id":"c29d11b6-c392-493f-8e6f-c4dad8f249d2","html_url":"https://github.com/samyyzz/Sell-My-Course","commit_stats":null,"previous_names":["sameer-ranjan-singh/sell-my-course","samyyzz/sell-my-course"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samyyzz%2FSell-My-Course","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samyyzz%2FSell-My-Course/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samyyzz%2FSell-My-Course/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samyyzz%2FSell-My-Course/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/samyyzz","download_url":"https://codeload.github.com/samyyzz/Sell-My-Course/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240605830,"owners_count":19827982,"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":["api","axios-react","express","javascript","jwt","mern-stack","mongodb","mui","node","react"],"created_at":"2025-02-25T05:01:18.860Z","updated_at":"2025-02-25T05:03:13.802Z","avatar_url":"https://github.com/samyyzz.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"![ScreenShot Tool -20230909164325](https://github.com/sameer-ranjan-singh/Sell-My-Course/assets/121953297/36a84d8a-515d-4370-8c2d-5074d7c8802e)\n\n# SELL-MY-COURSE\nIt is a online course creation and selling platform that connects instructors with learners. It empowers educators to create and share their courses, while providing a seamless learning experience for students. The platform is built to simplify the course creation process, making it easier for instructors to share their expertise with a global audience.\n\n# Purpose:\nTo provide a platform for instructors to create, manage, and sell online courses.\nTo offer a user-friendly interface for students to discover and purchase courses.\nTo streamline the hiring process for educational institutions and employers.\nTo foster a community of knowledge sharing and skill development.\n\n# Key Features:\n- User Authentication: User and instructor registration and login functionality.\n- Course Creation: Instructors can create, update, and delete courses with rich media content.\n- Course Marketplace: A marketplace where students can explore and purchase courses.\n- Admin Panel: A separate admin panel for managing users, courses, and site content.\n- State Management: Recoil for efficient state management in the frontend.\n- Responsive Design: Mobile-friendly design for a seamless user experience.\n- Secure Payments: Integrated payment gateway for course purchases.(Still working on this...)\n\n## Table of Contents\n- [Demo](#demo)\n- [Technologies Used](#technologies-used)\n- [Prerequisites](#prerequisites)\n- [Getting Started](#getting-started)\n  - [Setting Up the BACKEND](#setting-up-the-backend)\n  - [Setting Up the FRONTEND](#setting-up-the-frontend)\n- [Contributing](#contributing)\n\n## Demo\n\nhttps://sameer-course.vercel.app/\n\n\n## Technologies Used\n\n- React\n- Recoil\n- Axios\n- JavaScript\n- Node.js\n- Express.js\n- REST API\n- Material-UI\n- MongoDB\n- JSON Web Tokens (JWT)\n\n## Prerequisites\n\nMust have in your System ( Node.js, MongoDB, npm).\n\n## GETTING STARTED\n\n### Setting Up the BACKEND\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/sameer-ranjan-singh/Sell-My-Course\n```\n2. Change to the backend directory:\n```bash\ncd server\n```\n3. Install dependencies:\n```bash\nnpm install\n```\n4. Configure environment variables (e.g., database connection, JWT secret).\n```bash\n SECRET_KEY= your_jwt_secret_key\n MONGO_URL= your_database_connection_string\n```\n5. Start the backend server:\n```bash\nnpm run server || npm start\n```\n### Setting Up the FRONTEND\n\n1. Change to the frontend directory:\n```bash\ncd client \u0026\u0026 client-User\n```\n2. Install dependencies:\n```bash\nnpm install\n```\n3. Configure environment variables (e.g., config.js, API endpoints).\n\n4. Start the frontend development server:\n```bash\nnpm run dev || npm start\n```\n\n## Contribution:\nI welcome contributions from the community to help improve this project. To contribute:\n\n- Fork the repository on GitHub.\n- Clone your forked repository to your local machine.\n```bash\n#Create a new branch for your changes:\n    git checkout -b feature/your-feature-name\n```\n- Make your changes and commit them with clear, descriptive messages.\n- Push your changes to your GitHub repository.\n- Create a pull request (PR) from your branch to the main repository's branch.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamyyzz%2FSell-My-Course","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamyyzz%2FSell-My-Course","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamyyzz%2FSell-My-Course/lists"}