Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/juunie-roh/appsoft_teamproject

KWU_ApplicationSoftware_teamProject
https://github.com/juunie-roh/appsoft_teamproject

Last synced: 23 days ago
JSON representation

KWU_ApplicationSoftware_teamProject

Awesome Lists containing this project

README

        

# README

KWU team project

응용소프트웨어 실습 과목 팀플 github 입니다.

Visual Studio 2019, .NET Framework 4.7.2 ver

솔루션용 NuGet 패키지, Newtonsoft.Json v12.03 (json framework)

참여자 실명 (github ID, E-mail)

김세민 (semin-1432, [email protected])

노형준 (juunie-roh, [email protected])

박채림 (Chaerim0626, [email protected])

이동규 (tony7078, [email protected])

실행방법:

TeamProj_ver(최신버전)을 압축 풀기 후 TeamProj.sln을 통해 프로그램을 실행한다.

## 안내 및 주의사항

_**파일 업로드를 진행할 때에는 자신이 업로드할 폴더만 commit / push 합니다.**_

잘못 commit 하면 다른 사람이 업로드한 파일이 변경돼요!

[GitHub 홈페이지]에서 repository 를 clone 하거나 새 repository 생성 시 기본 경로는 **C:\Users\사용자명\Documents\GitHub\repository명** 입니다.

### Newtonsoft.Json

C# 에서 json 형식의 파일을 읽어오는 데 필요한 NuGet 솔루션 패키지.
솔루션 탐색기 -> 프로젝트 우클릭 -> 추가(D) 아래에 NuGet 패키지 관리 -> 찾아보기에서 json 검색 -> Newtonsoft.Json 설치.

[Newtonsoft.Json 사용법] 링크 참고.

## How To Use GitHub

1. Repository 공유 및 업로드
- Fork 하시면 repository 가 해당 계정에도 추가됩니다.
- repository clone 하실 때 주소창에 있는 URL 을 직접 복사하시면 안됩니다. clone or download 를 눌러 나오는 URL 복사기능을 사용해야 합니다.
- 파일 업로드는 [Pull Request] 를 참고.
1. Git 설치 (선택사항)
- [Git Download]에서 다운로드 가능합니다.
- 리눅스 bash 명령어와 콘솔창 사용에 익숙하시면 사용해보세요.
- Git 설치 시 Visual Studio 도구 모음에 새로운 메뉴 (Git)가 생깁니다.
- 설정은 default 상태로 두고 진행하셔도 됩니다.
- [GitHub 사용법 (윈도우)] Git 을 설치했을 때 콘솔창 명령어로 사용하는 방법입니다.
- 더 자세한 사용법: [GitHub 사용법 (with Git)]
1. GitHub Desktop (선택사항)
- GUI 로 된 GitHub 프로그램으로, [GitHub Desktop]에서 다운로드할 수 있습니다.
- 사용법은 [GitHub Desktop 사용법] 링크를 참고.

[Newtonsoft.Json 사용법]: https://devstarsj.github.io/development/2016/06/11/CSharp.NewtonJSON/ "NewtonJSON"
[GitHub 사용법 (with Git)]: https://tagilog.tistory.com/377 "with Git"
[GitHub Desktop]: https://desktop.github.com/ "GitHub desktop download for Windows"
[GitHub 홈페이지]: https://www.github.com "GitHub"
[Git Download]: https://git-scm.com/download/win "Downloading Git"
[GitHub 사용법 (윈도우)]: https://yololo.tistory.com/6?category=645160 "GitHub 사용법(윈도우) 링크"
[Pull Request]: https://dev-youngjun.tistory.com/47 "Pull Request 활용하기 링크"
[GitHub Desktop 사용법]: https://boheeee.tistory.com/27 "how to use github desktop"