Skip to content

Commit

Permalink
chore: 미션 세팅 코드 세팅
Browse files Browse the repository at this point in the history
  • Loading branch information
HyunTaek5 committed Feb 25, 2024
1 parent 6c71c7c commit a94892a
Show file tree
Hide file tree
Showing 17 changed files with 292 additions and 20,430 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
# 미션 - 휴대폰 인증 API

## 🎯 서버 세팅 방식
- setup.sh 스크립트를 실행하여 서버를 세팅한다.
- setup.sh 스크립트는 다음과 같은 작업을 수행한다.
- orm `typeorm, prisma`, 패키지 매니저 `npm, yarn, pnpm` 선택
- npm install | yarn | pnpm install 실행

```bash
./setup.sh
```

## 🔍 진행 방식

- 미션은 **기능 요구 사항, 프로그래밍 요구 사항, 과제 진행 요구 사항** 세 가지로 구성되어 있다.
Expand Down
Loading

0 comments on commit a94892a

Please sign in to comment.