Skip to content

Commit

Permalink
Merge pull request #137 from kookmin-sw/feature/127
Browse files Browse the repository at this point in the history
create : index.md
  • Loading branch information
SuperH0ng authored May 23, 2024
2 parents 054aedd + 9fef8ca commit 0faefde
Show file tree
Hide file tree
Showing 2 changed files with 447 additions and 1 deletion.
23 changes: 22 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,24 +240,36 @@ RAG 기법을 적용하여, 사용자 입력을 바탕으로 관련이 있는 AW

## 🔎 실행 방법
**Common**


```
git clone https://github.com/kookmin-sw/capstone-2024-05.git
```


<details>

<summary><b>Frontend</b></summary>


```
cd frontend
yarn
yarn dev
```


</details>

<details>


<summary><b>Backend</b></summary>


## Template Validation API


### AWS CLI Configure

1. aws 접속 후 IAM(Identity and Access Management) 접속
Expand Down Expand Up @@ -306,32 +318,41 @@ uvicorn main:app --host=0.0.0.0 --port=8000

- repository clone


```shell
git clone https://github.com/kookmin-sw/capstone-2024-05.git
```


- Backend 디렉토리로 이동


```shell
cd backend
```



- Docker 빌드 후 내부 컨테이너 진입


```shell
docker build . -t [image name]
docker run -it -p [host port]:8000 --env-file .env [image name]
```


- AWS CLI Configure 설정

- 실행


```shell
cd app
uvicorn main:app --host=0.0.0.0 --port=8000
```


### ENV

DB_URL
Expand Down Expand Up @@ -389,7 +410,7 @@ OPENAI_APIKEY

## 🗂 문서

<a href="https://docs.google.com/presentation/d/1tqXGDVQyiOiQ1uQ5uDb6iBwvbKFRv-OL/edit?usp=sharing&ouid=103838252580043416331&rtpof=true&sd=true">
<a href="https://docs.google.com/presentation/d/1Yzp7IR350JeYetwIs3OG9D2zPalqrruD/edit?usp=sharing&ouid=103838252580043416331&rtpof=true&sd=true">
📢 최종 발표 자료
</a>

Expand Down
Loading

0 comments on commit 0faefde

Please sign in to comment.