Showing
4 changed files
with
5 additions
and
5 deletions
| ... | @@ -3,7 +3,7 @@ | ... | @@ -3,7 +3,7 @@ |
| 3 | 찾고자 하는 물품을 검색하면 관련정보를 네이버쇼핑 api를 이용해 출력 | 3 | 찾고자 하는 물품을 검색하면 관련정보를 네이버쇼핑 api를 이용해 출력 |
| 4 | 예산을 입력하면 예산내로 살 수 있는 부품정보들을 성능순으로 정리하여 추천 | 4 | 예산을 입력하면 예산내로 살 수 있는 부품정보들을 성능순으로 정리하여 추천 |
| 5 | ## URL | 5 | ## URL |
| 6 | -http://www.rec-computerpart.tk | 6 | +http://www.rec-computerpart.tk:23023 |
| 7 | ## 개발 환경 | 7 | ## 개발 환경 |
| 8 | - npm, express | 8 | - npm, express |
| 9 | - 네이버검색(쇼핑) api | 9 | - 네이버검색(쇼핑) api | ... | ... |
| ... | @@ -58,12 +58,12 @@ | ... | @@ -58,12 +58,12 @@ |
| 58 | <center> | 58 | <center> |
| 59 | <h1>그래픽카드 추천 사이트</h1> | 59 | <h1>그래픽카드 추천 사이트</h1> |
| 60 | <br><br><br><br><br> | 60 | <br><br><br><br><br> |
| 61 | - <form method="POST" action="http://localhost:3000/recommand"> | 61 | + <form method="POST" action="./recommand"> |
| 62 | <input type="text" id="money" name="money" placeholder="예산을 입력하세요(원)."> | 62 | <input type="text" id="money" name="money" placeholder="예산을 입력하세요(원)."> |
| 63 | <input type="submit" id="button" value="추천"> | 63 | <input type="submit" id="button" value="추천"> |
| 64 | </form> | 64 | </form> |
| 65 | <br><br> | 65 | <br><br> |
| 66 | - <form method="POST" action="http://localhost:3000/search"> | 66 | + <form method="POST" action="./search"> |
| 67 | <input type="text" id="word" name="word" placeholder="검색할 키워드를 입력하세요."> | 67 | <input type="text" id="word" name="word" placeholder="검색할 키워드를 입력하세요."> |
| 68 | <input type="submit" value="검색"> | 68 | <input type="submit" value="검색"> |
| 69 | </form> | 69 | </form> | ... | ... |
| ... | @@ -67,7 +67,7 @@ | ... | @@ -67,7 +67,7 @@ |
| 67 | 추천 결과 - <%= money%>원 | 67 | 추천 결과 - <%= money%>원 |
| 68 | </h1> | 68 | </h1> |
| 69 | <center> | 69 | <center> |
| 70 | - <form method="GET" action="http://localhost:3000/"> | 70 | + <form method="GET" action="./"> |
| 71 | <input type="submit" id="button" value="돌아가기"> | 71 | <input type="submit" id="button" value="돌아가기"> |
| 72 | </form> | 72 | </form> |
| 73 | </center> | 73 | </center> | ... | ... |
| ... | @@ -67,7 +67,7 @@ | ... | @@ -67,7 +67,7 @@ |
| 67 | 검색 결과 - <%= itemname%> | 67 | 검색 결과 - <%= itemname%> |
| 68 | </h1> | 68 | </h1> |
| 69 | <center> | 69 | <center> |
| 70 | - <form method="GET" action="http://localhost:3000/"> | 70 | + <form method="GET" action="./"> |
| 71 | <input type="submit" id="button" value="돌아가기"> | 71 | <input type="submit" id="button" value="돌아가기"> |
| 72 | </form> | 72 | </form> |
| 73 | </center> | 73 | </center> | ... | ... |
-
Please register or login to post a comment