{"id":19190228,"url":"https://github.com/macktireh/mackdin","last_synced_at":"2025-09-02T01:34:06.787Z","repository":{"id":44172692,"uuid":"482830350","full_name":"Macktireh/mackdin","owner":"Macktireh","description":"Mackdin is a social networking project I created using Python with Django and a bit of React. It's a customized clone of LinkedIn.","archived":false,"fork":false,"pushed_at":"2024-01-30T23:33:16.000Z","size":2774,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-10T02:09:20.243Z","etag":null,"topics":["django","full-stack","javascript","linkedin","postgresql","python","react","sass"],"latest_commit_sha":null,"homepage":"https://mackdin.onrender.com/","language":"Python","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/Macktireh.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}},"created_at":"2022-04-18T11:59:54.000Z","updated_at":"2025-03-13T08:22:44.000Z","dependencies_parsed_at":"2023-02-15T12:46:31.871Z","dependency_job_id":"f05a4c30-5269-452f-8411-ac691711d490","html_url":"https://github.com/Macktireh/mackdin","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Macktireh/mackdin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Macktireh%2Fmackdin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Macktireh%2Fmackdin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Macktireh%2Fmackdin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Macktireh%2Fmackdin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Macktireh","download_url":"https://codeload.github.com/Macktireh/mackdin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Macktireh%2Fmackdin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273218427,"owners_count":25065913,"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","status":"online","status_checked_at":"2025-09-01T02:00:09.058Z","response_time":120,"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":["django","full-stack","javascript","linkedin","postgresql","python","react","sass"],"created_at":"2024-11-09T11:33:25.366Z","updated_at":"2025-09-02T01:34:06.767Z","avatar_url":"https://github.com/Macktireh.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mackdin\n\nMackdin is a social networking project I created using Python with Django and a bit of React. It's a customized clone of LinkedIn.\n\n  \u003c!-- \u003ctable\u003e\n    \u003ctr\u003e\n      \u003ctd\u003e\n        \u003cimg src=\"static/home/img/mackdin_1.png\" width=400 /\u003e\n      \u003c/td\u003e\n      \u003ctd\u003e\n        \u003cimg src=\"static/home/img/mackdin_2.png\" width=400 /\u003e\n      \u003c/td\u003e      \n    \u003c/tr\u003e   \n    \u003ctr\u003e\n      \u003ctd\u003e\n        \u003cimg src=\"static/home/img/mackdin_3.png\" height=400 /\u003e\n      \u003c/td\u003e\n      \u003ctd\u003e\n        \u003cimg src=\"static/home/img/mackdin_4.png\" height=400 /\u003e\n      \u003c/td\u003e      \n    \u003c/tr\u003e   \n\u003c/table\u003e --\u003e\n\n \n\u003cimg src=\"static/home/img/mackdin_1.png\" width=500 /\u003e\n\u003cimg src=\"static/home/img/mackdin_2.png\" width=500 /\u003e\n\u003cimg src=\"static/home/img/mackdin_3.png\" width=400 /\u003e\n\u003cimg src=\"static/home/img/mackdin_4.png\" width=400 /\u003e\n\n\u003c!--\n![](static/home/img/mackdin_1.png)\n![](static/home/img/mackdin_2.png)\n![](static/home/img/mackdin_3.png)\n![](static/home/img/mackdin_4.png)\n![](static/home/img/mackdin_5.png) --\u003e\n\n**Here are the technologies I used:**\n\n- Python\n- Django\n- PostgreSQL\n- JavaScript\n- React\n- SASS\n- Cloudinary\n\n## Installation\n\n### 1. Prerequisites\n\nPython 3.10+, NodeJS and Git.\n\n### 2. Clone project\n\nOpen a terminal and run the following commands:\n\n```bash\ngit clone https://github.com/Macktireh/mackdin.git\ncd mackdin\n```\n\n### 3. Create and activate the virtual environment\n\nCreate the virtual environment:\n\n```bash\npython -m venv .venv\n```\n\nActivate the virtual environment :\n\n**_For Windows :_**\n\n```bash\n.venv\\Scripts\\activate\n```\n\n**_For Linux and Mac os :_**\n\n```bash\nsource .venv/bin/activate\n```\n\n### 4. Installing dependencies\n\n```bash\npip install -r requirements.txt\n```\n\n### 5. Setting environment variables\n\nRename the .env.example file to .env and enter your personal information.\nThen apply the migrations :\n\n```bash\npython manage.py migrate\n```\n\nThen launch the development server :\n\n```bash\npython manage.py runserver\n```\n\nGo to http://127.0.0.1:8000 in a web browser.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmacktireh%2Fmackdin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmacktireh%2Fmackdin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmacktireh%2Fmackdin/lists"}