{"id":22349075,"url":"https://github.com/afsify/afsify-portfolio","last_synced_at":"2025-03-26T11:20:41.337Z","repository":{"id":226790290,"uuid":"768229100","full_name":"afsify/afsify-portfolio","owner":"afsify","description":"Unveil my dynamic portfolio, showcasing an engaging UI and captivating animations. Experience seamless user interactions, and immerse yourself in the world of innovation with my diverse projects.","archived":false,"fork":false,"pushed_at":"2024-04-13T13:29:48.000Z","size":237,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-04-14T06:45:57.503Z","etag":null,"topics":["3d-card-effect","parallax-scrolling","personal-website"],"latest_commit_sha":null,"homepage":"https://afsify.site","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}},"created_at":"2024-03-06T17:47:23.000Z","updated_at":"2024-04-19T10:35:09.847Z","dependencies_parsed_at":"2024-03-23T16:29:47.534Z","dependency_job_id":"0e215407-d912-4d38-96a6-95f68a36f8ba","html_url":"https://github.com/afsify/afsify-portfolio","commit_stats":null,"previous_names":["afsify/afsify-portfolio"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afsify%2Fafsify-portfolio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afsify%2Fafsify-portfolio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afsify%2Fafsify-portfolio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afsify%2Fafsify-portfolio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/afsify","download_url":"https://codeload.github.com/afsify/afsify-portfolio/tar.gz/refs/heads/main","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":["3d-card-effect","parallax-scrolling","personal-website"],"created_at":"2024-12-04T11:07:17.385Z","updated_at":"2025-03-26T11:20:41.311Z","avatar_url":"https://github.com/afsify.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Afsify.in\n\nWelcome to the Codeverse 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 Codeverse DevLearn 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://devcodeverse.vercel.app](https://devcodeverse.vercel.app)\n\n## Getting Started\n\n1. **Clone the repository:**\n\n   ```bash\n   git clone https://github.com/mhdafs/codeverse-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%2Fafsify-portfolio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fafsify%2Fafsify-portfolio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafsify%2Fafsify-portfolio/lists"}