{"id":20992814,"url":"https://github.com/shnartho/holiday-planner-fullstackwebapp","last_synced_at":"2026-04-11T04:33:09.439Z","repository":{"id":182280537,"uuid":"666593116","full_name":"shnartho/Holiday-Planner-FullStackWebApp","owner":"shnartho","description":"Production-ready webapp using React, Django, and PostgreSQL with CI/CD using Jenkins and ArgoCD, deployed on Kubernetes","archived":false,"fork":false,"pushed_at":"2023-08-04T08:51:14.000Z","size":3764,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-03T17:47:25.259Z","etag":null,"topics":["argocd","aws","ci-cd","django-reactjs-postgres","docker","jenkins","kubernetes"],"latest_commit_sha":null,"homepage":"","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/shnartho.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":"2023-07-14T23:57:37.000Z","updated_at":"2023-07-19T11:29:19.000Z","dependencies_parsed_at":"2024-11-19T07:12:54.308Z","dependency_job_id":"89653bbc-a761-48d0-a92b-dcc156124f14","html_url":"https://github.com/shnartho/Holiday-Planner-FullStackWebApp","commit_stats":null,"previous_names":["shnartho/holiday-planner-fullstackwebapp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/shnartho/Holiday-Planner-FullStackWebApp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shnartho%2FHoliday-Planner-FullStackWebApp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shnartho%2FHoliday-Planner-FullStackWebApp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shnartho%2FHoliday-Planner-FullStackWebApp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shnartho%2FHoliday-Planner-FullStackWebApp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shnartho","download_url":"https://codeload.github.com/shnartho/Holiday-Planner-FullStackWebApp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shnartho%2FHoliday-Planner-FullStackWebApp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31669116,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T17:19:37.612Z","status":"online","status_checked_at":"2026-04-11T02:00:05.776Z","response_time":54,"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":["argocd","aws","ci-cd","django-reactjs-postgres","docker","jenkins","kubernetes"],"created_at":"2024-11-19T07:12:50.897Z","updated_at":"2026-04-11T04:33:09.404Z","avatar_url":"https://github.com/shnartho.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"🔰 A scalable and production-ready full-stack web application, combining the power of React, Django, and PostgreSQL. Seamlessly deployed and orchestrated with Kubernetes, while leveraging CI/CD using Jenkins and ArgoCD for streamlined development and reliability.\u003cbr\u003e \u003cbr\u003e\n🏃‍♂️ Running and Testing the Project in 3 Different Ways: \u003cbr\u003e\n**🧑‍🔬 Using Minikube 🙍‍♂️Using Docker-Compose 👶On localhost**\n\n \n#### CI/CD Workflow\n![Application](./images/forGithub1.jpeg)\n\n## Execute and Evaluate the Web Application\n🟢 **Using Minikube** \u003cbr\u003eTo run using minikube, make sure you have minikube installed in your mahchine. If your minikube running on docker driver, use these command **Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All** and **minikube config set driver hyperv**. The deploy the frontend, backend and database in minikube kubernetes cluster go to ./kubernetes-deployment and run,\u003cbr\u003e \n`kubectl apply -f db-service.yaml -f db-deployment.yaml`\n\u003cbr\u003e`kubectl apply -f backend-config.yaml backend-service.yaml -f backend-deployment.yaml`\n\u003cbr\u003e`kubectl apply -f frontend-config.yaml frontend-service.yaml -f frontend-deployment.yaml`\n\n![minikube](./images/minikube-front.png)\n\u003cdiv style=\"display: flex; justify-content: space-between;\"\u003e\n  \u003cimg src=\"./images/minikubeip.png\" alt=\"Image 1\" width=\"22%\" height=\"80\"/\u003e\n  \u003cimg src=\"./images/minikube-back.png\" alt=\"Image 3\" width=\"77%\" height=\"400\"/\u003e\n\u003c/div\u003e\n\n🟢 **Using Docker-Compose** \u003cbr\u003eTo run using docker-compose, run **\"docker-compose up --build\"** in the current directory. Please make sure make sure the database credentials of the docker-compsoe file and /backend/start_project/settings.py match. Also in /backend/entrypoint.sh make sure you use the hostname instead of db-service.\n![docker-compose](./images/docker-compose.png)\n\n🟢 **Running On Localhost**\n\u003cbr\u003eTo run the frontend and backend application locally, Inside current directory you need to run \"npm run build\" and \"npm start\". To run the backend, go to /backend and run \"python manage.py migrate\" and \"python manage.py runserver 0.0.0.0:8000\". Please make sure you have postgresql or any other rdbms installed and correctly configured in /backend/start_project/settings.py.\n\n![Application](./images/forGithub2.png)\n\u003cdiv style=\"display: flex; justify-content: space-between;\"\u003e\n  \u003cimg src=\"./images/forGithub3.png\" alt=\"Image 1\" width=\"28%\" height=\"400\"/\u003e\n  \u003cimg src=\"./images/forGithub4.png\" alt=\"Image 3\" width=\"71%\" height=\"400\"/\u003e\n\u003c/div\u003e\n\n## Automate Software Delivery\n\n\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\nTrying to test with different tech stacks, therefore....\n\n![WorkInProgressStillWorkingGIF](https://github.com/shnartho/Holiday-Planner-FullStackWebApp/assets/83227963/d07a81b9-6f87-4260-a525-7b76defb2243)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshnartho%2Fholiday-planner-fullstackwebapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshnartho%2Fholiday-planner-fullstackwebapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshnartho%2Fholiday-planner-fullstackwebapp/lists"}