Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README 초안 작성 #4

Merged
merged 1 commit into from
Jun 28, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 38 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,38 @@
# baseball_toy
# BaseballApp (야구 관리 프로그램)

### - 패스트캠퍼스 백엔드 부트캠프 미니프로젝트 1 -

## 4조 참여인원 (2명)
- 박성욱 ([@gosuuk](https://github.com/gosuuk))
- 신용호 ([@gdtknight](https://github.com/gdtknight))

```프로젝트 진행과 관련된 사항은 모두 Issue 로 자세히 남겨두었습니다.```

## 프로젝트 개요

**Java (JDBC)** 를 통해 주어진 요구조건에 따라 작동하는 **Console Application** 을 작성한다.

## 프로젝트 요구사항

### **Database** 생성
- 야구장 테이블 (총 3개 야구장)
- 팀 테이블 (총 3개 팀)
- 선수 테이블 (팀당 각 9명)

### **Java Class** 생성
- BaseballApp 생성
- DBConnection 생성
- Model 생성
- Dao 생성
- Service 생성

### **기능** 구현
- 야구장 등록
- 전체 야구장 목록보기
- 팀 등록
- 전체 팀 목록
- 선수 등록
- 팀별 선수 목록
- 선수 퇴출 등록
- 선수 퇴출 목록
- 포지션별 팀 야구 선수 출력