{"id":25830425,"url":"https://github.com/sungmin-woo-devops/sol_final_proj_02","last_synced_at":"2025-06-22T04:02:25.625Z","repository":{"id":278611728,"uuid":"934588906","full_name":"sungmin-woo-devops/sol_final_proj_02","owner":"sungmin-woo-devops","description":"24-25 솔데스크 하이브리드 클라우드 엔지니어 양성 과정 2기 3조 2차 팀 프로젝트","archived":false,"fork":false,"pushed_at":"2025-03-13T03:06:13.000Z","size":299,"stargazers_count":0,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-20T07:22:58.482Z","etag":null,"topics":["aws","kubernetes","microservice","serverless"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/sungmin-woo-devops.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":"2025-02-18T04:42:54.000Z","updated_at":"2025-03-13T03:06:17.000Z","dependencies_parsed_at":"2025-02-20T18:37:24.220Z","dependency_job_id":"dc02c822-fe3d-44ce-ad6d-004804a59084","html_url":"https://github.com/sungmin-woo-devops/sol_final_proj_02","commit_stats":null,"previous_names":["sungmin-woo-devops/sol_final_proj_02"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sungmin-woo-devops/sol_final_proj_02","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sungmin-woo-devops%2Fsol_final_proj_02","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sungmin-woo-devops%2Fsol_final_proj_02/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sungmin-woo-devops%2Fsol_final_proj_02/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sungmin-woo-devops%2Fsol_final_proj_02/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sungmin-woo-devops","download_url":"https://codeload.github.com/sungmin-woo-devops/sol_final_proj_02/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sungmin-woo-devops%2Fsol_final_proj_02/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261233072,"owners_count":23128192,"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":["aws","kubernetes","microservice","serverless"],"created_at":"2025-02-28T19:19:52.761Z","updated_at":"2025-06-22T04:02:20.583Z","avatar_url":"https://github.com/sungmin-woo-devops.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"### 초기 환경 설정\n```bash\n# 가상환경 설정 및 Django 설치\npython -m venv venv\nsource venv/bin/activate  # Windows: venv\\Scripts\\activate\npip install django djangorestframework django-cors-headers pydantic\n\n# Django 프로젝트 생성\ndjango-admin startproject backend\ncd backend\n\n# 게시판 애플리케이션 생성\npython manage.py startapp board\n\n# 모델 마이그레이션\npython manage.py makemigrations\npython manage.py migrate\n\n# 관리자 계정 생성\npython manage.py createsuperuser  # 관리자 계정 생성\n\n# 서버 실행\npython manage.py runserver\n```\n\n```bash\n# Next.js 프로젝트 생성 (기본 설정값)\nnpx create-next-app frontend\ncd frontend\nnpm install  # 기본 의존성 설치\nnpx shadcn@latest init\n\n# ShadCN은 공식적으로 별도 설치가 필요할 수 있음. 프로젝트에 맞게 설정\n\n\n\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsungmin-woo-devops%2Fsol_final_proj_02","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsungmin-woo-devops%2Fsol_final_proj_02","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsungmin-woo-devops%2Fsol_final_proj_02/lists"}