{"id":16421112,"url":"https://github.com/codermungan/portfolio-v1-new","last_synced_at":"2025-03-23T07:32:03.357Z","repository":{"id":209278342,"uuid":"721503329","full_name":"CoderMungan/portfolio-v1-new","owner":"CoderMungan","description":"Portfolio v1 React, Django Rest FrameWork, React Router https://codermungan.vercel.app","archived":false,"fork":false,"pushed_at":"2023-12-17T21:02:23.000Z","size":1120,"stargazers_count":23,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-18T18:45:47.021Z","etag":null,"topics":["django","django-rest-framework","docker","docker-compose","javascript","portfolio","portfolio-backend","portfolio-site","portfolio-website","react","reactjs"],"latest_commit_sha":null,"homepage":"https://codermungan.vercel.app","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/CoderMungan.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":"2023-11-21T07:42:32.000Z","updated_at":"2025-03-18T11:51:01.000Z","dependencies_parsed_at":"2023-12-10T02:24:04.688Z","dependency_job_id":"6a2d33db-5bce-453e-a9c0-3bb022cbf7e4","html_url":"https://github.com/CoderMungan/portfolio-v1-new","commit_stats":null,"previous_names":["codermungan/portfolio-v1-new"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CoderMungan%2Fportfolio-v1-new","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CoderMungan%2Fportfolio-v1-new/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CoderMungan%2Fportfolio-v1-new/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CoderMungan%2Fportfolio-v1-new/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CoderMungan","download_url":"https://codeload.github.com/CoderMungan/portfolio-v1-new/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245071942,"owners_count":20556352,"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":["django","django-rest-framework","docker","docker-compose","javascript","portfolio","portfolio-backend","portfolio-site","portfolio-website","react","reactjs"],"created_at":"2024-10-11T07:30:20.472Z","updated_at":"2025-03-23T07:32:02.964Z","avatar_url":"https://github.com/CoderMungan.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Getting started\n\nMy personal portfolio and blog website, built with React, Tailwind CSS and Django Rest Framework.\n\nIt is supposed to be used as a template for other GitHub users' portfolios.\n\n## Tech Stack\n\n- Frontend: React, TailwindCSS\n- Backend: Django, Django Rest Framework\n- Container: Docker\n\n### 1. Cloning the project\n\n- Fork `CoderMungan/portfolio-v1-new` under your personal account.\n  - eg: `@YourAccount/portfolio-v1-new`\n- Clone the project to your local computer:\n\n```sh\n# Download Repository\ngit clone https://github.com/CoderMungan/portfolio-v1-new.git\n# Move into repository\ncd portfolio-v1-new\n```\n\n### 2. Setting up `.env` files\n\n- Go to directory `backend`.\n- Create `.env`\n```sh\nSECRET_KEY = \"SomeKey\"\n```\n\n### 3. Setting up Docker \u0026 Migrations \u0026 Create Super User \n\n- You must the be directory `backend`\n\n```sh\ndocker-compose build\n```\n\n- Migration from Docker\n\n```sh\ndocker-compose run django-app python manage.py migrate\n```\n\n- Create Super User\n\n```sh\ndocker-compose run django-app python manage.py createsuperuser\n```\n\n- Run the Docker\n\n```sh\ndocker-compose up\n```\n\n- Now you can go to [127.0.0.1:8000](127.0.0.1:8000) to see it live. 🚀\n- Admin panel [127.0.0.1:8000/admin](127.0.0.1:8000/admin)\n- You can create what u want!\n\n### 4. Setting Up Client Side\n\n- You must the be directory `client`\n\n- For the dependencies\n\n```sh\nnpm install\n```\n\n- Now you can go to [localhost:5173](localhost:5173) to see it live. 🚀\n\n```sh\nnpm run dev\n```\n\n### 5. Setting Up The Your Official Files\n\n- You must the be directory `client`\n- Go to the `src/assets/` directory upload your Resume with `resume.pdf` name\n\n# Now you in Fire 🔥\n\n- Home Page Photo\n\u003cimg width=\"900\" alt=\"homepage\" src=\"https://github.com/CoderMungan/portfolio-v1-new/assets/126997544/919ca886-5cd1-483d-93c4-14dd36b79595\"\u003e\n\n\n- Blog Page Photo\n\u003cimg width=\"900\" alt=\"blogpage\" src=\"https://github.com/CoderMungan/portfolio-v1-new/assets/126997544/94b0e162-2198-4382-b75d-978df0e54215\"\u003e\n\n\n- Article Page Photo\n\u003cimg width=\"900\" alt=\"articlepage\" src=\"https://github.com/CoderMungan/portfolio-v1-new/assets/126997544/6559504f-a7bd-4c5d-8e9e-cb4eb743d509\"\u003e\n\n\n- Single Page Blog \u0026 Article Photo\n\u003cimg width=\"900\" alt=\"single\" src=\"https://github.com/CoderMungan/portfolio-v1-new/assets/126997544/aaea4996-e6dd-4ea9-8270-c671a4e93e34\"\u003e\n\n\n- Contact Page Photo\n\u003cimg width=\"900\" alt=\"contactpage\" src=\"https://github.com/CoderMungan/portfolio-v1-new/assets/126997544/d93861ac-386a-48e1-9c64-c1ad947dbddd\"\u003e\n\n\n- Contact Succes Page\n\u003cimg width=\"900\" alt=\"contactsucces\" src=\"https://github.com/CoderMungan/portfolio-v1-new/assets/126997544/a2be4212-aed8-4eb5-8438-93a5993fc56a\"\u003e\n\n\n- 404 Not Found Page\n\u003cimg width=\"900\" alt=\"notfound\" src=\"https://github.com/CoderMungan/portfolio-v1-new/assets/126997544/27017966-6990-4b9f-8a29-b18ec2256b65\"\u003e\n\n\n## Mobil View\n\n- Side\n\u003cimg width=\"544\" alt=\"mobile\" src=\"https://github.com/CoderMungan/portfolio-v1-new/assets/126997544/1f08d12b-01c6-4197-ad9c-c1070053995a\"\u003e\n\n\n- Navbar\n\u003cimg width=\"541\" alt=\"navbar\" src=\"https://github.com/CoderMungan/portfolio-v1-new/assets/126997544/944ffc4a-93c5-47f4-8a58-ff122baf5197\"\u003e\n\n## Api View\n\n\u003cimg width=\"900\" alt=\"api1\" src=\"https://github.com/CoderMungan/portfolio-v1-new/assets/126997544/19952381-f573-4f28-a675-5cf40d507fe5\"\u003e\n\u003cimg width=\"900\" alt=\"api2\" src=\"https://github.com/CoderMungan/portfolio-v1-new/assets/126997544/1b994006-756c-4e1d-8c46-18b4614aae45\"\u003e\n\n## Admin Panel\n\n\u003cimg width=\"900\" alt=\"adminpanel\" src=\"https://github.com/CoderMungan/portfolio-v1-new/assets/126997544/4b7c895b-b55f-4c29-8cf9-2a2b0552465d\"\u003e\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodermungan%2Fportfolio-v1-new","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodermungan%2Fportfolio-v1-new","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodermungan%2Fportfolio-v1-new/lists"}