Skip to content

Latest commit

 

History

History
204 lines (152 loc) · 7.87 KB

README_kor.md

File metadata and controls

204 lines (152 loc) · 7.87 KB

Contributors Forks Stargazers Issues Pull Request MIT License


Logo

Terraform-Canvas

Visual Programming을 통한 Terraform 클라우드 인프라 프로비저닝 웹 서비스 프로젝트
Explore the docs »

한국어 · English

Report Issues · Pull Requests

Table of Contents
  1. About The Project
  2. Getting Started
  3. Features
  4. Contributing
  5. License
  6. Contact

🔍 About The Project

많은 기업들이 기존 클라우드 및 온프레미스 환경에서 클라우드 네이티브 환경으로의 전환을 위한 IaC 툴로 Terraform을 선택하고 있다. 하지만 Terraform의 높은 진입 장벽 때문에 많은 어려움을 겪고 있다. 그래서 우리는 “Visual Programming을 통한 Terraform 클라우드 인프라 프로비저닝 웹 서비스”를 통해 Terraform의 기술 진입 장벽을 낮추고자 한다. 이를 통해 새롭게 클라우드 네이티브 환경을 도입하고자 하는 스타트업과 SI 팀 그리고 빠르게 IaC 환경을 테스트 및 프로토타이핑하고자 하는 TF 팀에서 활용할 수 있도록 한다.

(back to top)

🗃️ Built With

💡 Language

Vue

💡 Environment (CI/CD, Package tools...)

Github-actions ESLint Yarn

(back to top)

🚀 Getting Started

⚡ Prerequisites

🚀 Guideline

yarn install을 통한 패키지 및 종속성 관련 설치

  • Install dependencies using yarn

    yarn install
  • Run application for dev

    yarn run dev
  • Linting & Testing

    # Linting
    yarn lint
    
    # Testing
    yarn test
  • Build application for publising

    yarn build

(back to top)

🌐 Features

TBA

(back to top)

🔥 Contributing

Contribution을 위해서는 CONTRIBUTION.txt를 참고해주세요.

이슈나 새로운 기능 및 수정에 대한 요청은 다음과 같은 절차를 따라주세요. 🥰

  1. 프로젝트 fork
  2. 새로운 수정이나, 버그, 기능에 대해 이슈 생성 (오타 수정의 경우 따로 x)
  3. dev branch에서 새로운 branch 생성 (git checkout -b feature/Newfeature)
  4. 변경 사항 commit (git commit -m 'feat: add new feature')
  5. 작업한 branch의 내용을 push (git push origin feature/Newfeature)
  6. dev branch로의 병합으로 Pull Request를 열고 해당 Issues에 대한 closes keyword 추가

(back to top)

🔐 License

Please refer to LICENSE for LICENSE.

(back to top)

💬 Contact


김수민

김범구

송용우

(back to top)