{"id":25800003,"url":"https://github.com/hamzamalik22/devsync","last_synced_at":"2026-05-15T04:03:46.533Z","repository":{"id":215610670,"uuid":"739321626","full_name":"hamzamalik22/DevSync","owner":"hamzamalik22","description":"CONNECT WITH DEVELOPERS FROM PLANET EARTH🌍","archived":false,"fork":false,"pushed_at":"2024-08-09T19:34:35.000Z","size":8157,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-27T20:38:39.470Z","etag":null,"topics":["devsync","django","django-rest-framework","full-stack-web-development"],"latest_commit_sha":null,"homepage":"https://devsync-for-devs.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/hamzamalik22.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-01-05T09:36:47.000Z","updated_at":"2024-08-09T19:34:38.000Z","dependencies_parsed_at":"2024-01-09T14:08:27.383Z","dependency_job_id":"b2df177e-32c0-4c93-a2a6-6cb707ad7ad9","html_url":"https://github.com/hamzamalik22/DevSync","commit_stats":null,"previous_names":["hamzamalik22/devsync"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hamzamalik22/DevSync","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hamzamalik22%2FDevSync","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hamzamalik22%2FDevSync/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hamzamalik22%2FDevSync/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hamzamalik22%2FDevSync/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hamzamalik22","download_url":"https://codeload.github.com/hamzamalik22/DevSync/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hamzamalik22%2FDevSync/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33053145,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-15T02:00:06.351Z","response_time":103,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["devsync","django","django-rest-framework","full-stack-web-development"],"created_at":"2025-02-27T15:58:15.913Z","updated_at":"2026-05-15T04:03:46.517Z","avatar_url":"https://github.com/hamzamalik22.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DEV SYNC\n\n[Visit the live site on Vercel](https://devsync-for-devs.vercel.app/)\n\nDEV SYNC is a Django full-stack web application that enables developers to showcase their profiles and projects, acting as a portfolio. Users can create accounts, add their projects, and receive messages from viewers interested in their work.\n\n## Project Overview\n\n- **Basic Django Overview**\n- **Database Design and Models**\n- **Static Files Management**\n- **User Registration \u0026 Authentication**\n- **Search \u0026 Filters**\n- **Pagination**\n- **Building an API with Django REST Framework (DRF)**\n- **Gmail Service for Email Notifications**\n- **Cloudinary for Image Hosting**\n- **Deployment on Vercel \u0026 Railway**\n\n## Features\n\n- **User Authentication:** Developers can create accounts, log in, and manage their profiles, including secure password reset functionality via email.\n- **Profile Showcase:** Users can create and customize their developer profiles, showcasing their skills, bio, and social links.\n- **Skills Management:** CRUD (Create, Read, Update, Delete) operations for managing developer skills.\n- **Project Gallery:** Developers can add projects to their portfolio, providing details such as project name, description, technologies used, and a link to the project repository. Full CRUD functionality is available for project management.\n- **Messaging System:** Users can receive messages from viewers interested in their projects or profiles, with the ability to manage and respond to messages.\n- **Email Notifications:** A welcome email is sent to new users upon registration, and a password reset email is sent when users request it.\n- **Search and Filters:** The platform provides search and filter options to make it easy for viewers to discover specific developers or projects.\n- **Cloudinary Integration:** Images are hosted on Cloudinary, ensuring fast and reliable image delivery.\n- **Deployment:** The application is hosted on Vercel, with the database hosted on Railway, providing a seamless production environment.\n\n## Tech Stack\n\n- **Backend:** Django, Django REST Framework\n- **Frontend:** HTML, CSS, JavaScript\n- **Database:** SQLite (for development), PostgreSQL (for production)\n- **Authentication:** Django's built-in authentication system \u0026 Custom Authentication System\n- **Email Service:** Gmail API\n- **Image Hosting:** Cloudinary\n- **Deployment:** Vercel (App Hosting), Railway (Database Hosting)\n\n## Prerequisites\n\n- Python 3+ installed\n- Pip package manager\n- PostgreSQL installed (for production deployment)\n\n## Installation\n\n1. Clone the repository:\n\n    ```bash\n    git clone https://github.com/hamzamalik22/DevSync.git\n    cd dev-sync\n    ```\n\n2. Install the required packages:\n\n    ```bash\n    pip install -r requirements.txt\n    ```\n\n3. Set up the database:\n\n    ```bash\n    python manage.py migrate\n    ```\n\n4. Create a superuser:\n\n    ```bash\n    python manage.py createsuperuser\n    ```\n\n5. Run the development server:\n\n    ```bash\n    python manage.py runserver\n    ```\n\n## Preview\n\n### Home Page\n\n![Home Page](projectImages/HomePage.png)\n\n### Projects Page\n\n![Projects Page](projectImages/ProjectsPage.png)\n\n### Account Page\n\n![Account Page](projectImages/Account.png)\n\n### User Inbox\n\n![User Inbox](projectImages/inbox.png)\n\n### User Profile\n\n![User Profile](projectImages/userProfile.png)\n\n### Forms\n\n![Forms](projectImages/Forms.png)\n\n## Contribution\n\nFeel free to fork this repository and submit pull requests for new features or improvements. Contributions are always welcome!\n\n## License\n\nThis project is licensed under the MIT License.\n\n---\n\nThank you for checking out DEV SYNC! If you have any questions or feedback, feel free to reach out.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhamzamalik22%2Fdevsync","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhamzamalik22%2Fdevsync","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhamzamalik22%2Fdevsync/lists"}