{"id":22349059,"url":"https://github.com/afsify/codisify-devlearn","last_synced_at":"2025-03-26T11:20:38.188Z","repository":{"id":249858417,"uuid":"831792792","full_name":"afsify/codisify-devlearn","owner":"afsify","description":"Explore a dynamic hub where developers can provide services, courses, connecting seamlessly with developers and users. Experience live chat and an attractive interface.","archived":false,"fork":false,"pushed_at":"2025-03-01T10:58:24.000Z","size":267,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-01T11:31:21.773Z","etag":null,"topics":["courses","learning-site","live-chat"],"latest_commit_sha":null,"homepage":"https://codisify.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/afsify.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-07-21T16:35:41.000Z","updated_at":"2025-03-01T10:58:28.000Z","dependencies_parsed_at":"2024-12-21T16:28:55.009Z","dependency_job_id":"28efa5b1-200e-4051-97bf-18560660631b","html_url":"https://github.com/afsify/codisify-devlearn","commit_stats":null,"previous_names":["afsify/codsify-devlearn","afsify/codisify-devlearn"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afsify%2Fcodisify-devlearn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afsify%2Fcodisify-devlearn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afsify%2Fcodisify-devlearn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afsify%2Fcodisify-devlearn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/afsify","download_url":"https://codeload.github.com/afsify/codisify-devlearn/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245641430,"owners_count":20648646,"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":["courses","learning-site","live-chat"],"created_at":"2024-12-04T11:07:14.533Z","updated_at":"2025-03-26T11:20:38.161Z","avatar_url":"https://github.com/afsify.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Codisify Devlearn\n\nWelcome to the Codisify Devlearn project! This platform is designed to a freelancer offers his services, provide courses, and establish connections between developers and users. Prime members enjoy additional benefits such as support group chat, personal support, meeting sessions, and a Prime Badge. The Codisify Devearn project ensures flawless functionality with a captivating design, delivering a smooth experience across all devices.\n\n## Features\n\n- **User Authentication:** Securely log in and manage your profile, services, and courses with our robust user authentication system.\n- **Service and Course Offerings:** Freelancers can offer services, provide courses, and users can explore and enroll in them.\n- **Prime Membership:** Prime members enjoy exclusive benefits, including support group chat, personal support, meeting sessions, and a Prime Badge.\n- **Live Chat:** Engage in real-time conversations with other users and freelancers through the live chat feature.\n- **DevHub for Developers:** A dedicated space for developers to showcase their skills, share insights, and collaborate with others.\n- **Library for Purchased Courses:** Access a centralized library to manage and revisit purchased courses conveniently.\n- **Responsive Design:** The platform is designed to provide a seamless experience across various devices.\n- **Modular Architecture:** Embrace a modular architecture that enhances flexibility and scalability for future development.\n\n## Tools and Technologies\n\n### Client-Side Libraries\n\n- **React.js:** A JavaScript library for building user interfaces.\n- **Redux.js:** A predictable state container for JavaScript apps.\n- **TailwindCSS:** A utility-first CSS framework for rapidly building custom designs.\n- **Ant Design:** A design system for enterprise-level products.\n\n**HTTP Client:**\n\n- **Axios:** A promise-based HTTP client for making requests to APIs. Axios is used to interact with the server-side API.\n\n### Server-Side Technologies\n\n- **Node.js:** A JavaScript runtime built on Chrome's V8 JavaScript engine.\n- **Express.js:** A minimal and flexible Node.js web application framework.\n- **Socket.io:** Real-time bidirectional event-based communication.\n- **MongoDB (Mongoose):** A NoSQL database used to store and retrieve data.\n- **JWT Token:** JSON Web Token for user authentication.\n\n## Access the live project\n\nThe live project can be accessed at [https://codisify.vercel.app](https://codisify.vercel.app)\n\n## Getting Started\n\n1. **Clone the repository:**\n\n   ```bash\n   git clone https://github.com/afsify/codisify-devlearn.git\n   ```\n\n2. **Set up environment variables:**\n\n    Create a `.env` file in the root directory or rename the current `.env.sample` file and configure necessary variables for client and server sides.\n\n    **Client ENV**\n\n   ```bash\n   VITE_STRIPE_KEY = stripe-payment-key\n   VITE_GOOGLE_ID = google-auth-id\n   VITE_JITSI_ID = jitsi-meeting-id\n   VITE_USER_URL = user-backend-url\n   VITE_ADMIN_URL = admin-backend-url\n   VITE_CLOUD_NAME = cloudinary-upload-name\n   VITE_CHAT_PRESET = cloudinary-chat-preset\n   VITE_CLOUD_PRESET = cloudinary-upload-preset\n   VITE_PROFILE_PRESET = cloudinary-profile-preset\n   ```\n\n    **Server ENV**\n\n   ```bash\n   STRIPE_KEY = stripe-secret-key\n   MONGO_URL =  mongo-atlas-url\n   JWT_SECRET = jwt-secret-code\n   GMAIL_USER = smtp-gmail-email\n   GMAIL_PASS = smtp-gmail-password\n   CLIENT_URL = react-frontend-url\n   PRIME_GROUP = prime-group-id\n   ```\n\n3. **Navigate to the client directory:**\n\n    Open a terminal in Visual Studio Code and split it into two terminals. In the first terminal, navigate to the client directory:\n\n    ```bash\n    cd client\n    ```\n\n4. **Install client side dependencies:**\n\n    ```bash\n    npm install\n    ```\n\n5. **Start the client-side application:**\n\n    ```bash\n    npm start\n    ```\n\n    The client-side application will be running on [http://localhost:3000](http://localhost:3000)\n\n6. **Navigate to the server directory:**\n\n    In the second terminal, navigate to the server directory:\n\n    ```bash\n    cd server\n    ```\n\n7. **Install server side dependencies:**\n\n    ```bash\n    npm install\n    ```\n\n8. **Start the server:**\n\n    ```bash\n    npm start\n    ```\n\n    The server will be running on [http://localhost:5000](http://localhost:5000)\n\n## Contributing\n\nContributions are welcome! Feel free to open issues and pull requests.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafsify%2Fcodisify-devlearn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fafsify%2Fcodisify-devlearn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafsify%2Fcodisify-devlearn/lists"}