Skip to content

Commit

Permalink
[chore] update project tree
Browse files Browse the repository at this point in the history
  • Loading branch information
uommou committed Mar 23, 2024
1 parent 0fa5dd0 commit cba14d7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 21 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ node_modules
ancient-ivy-416408-f8dea10e5b2d.json
.git
config.json
results.json
results.json
migrations
24 changes: 4 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,42 +1,26 @@
# 2024_BEOTKKOTTHON_TEAM_37_BE

크롬 설치 - window
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo apt install ./google-chrome-stable_current_amd64.deb

npm install puppeteer

최신 버전
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash
source ~/.bashrc
nvm install node
nvm use node

node module 삭제 후 재 설치
rm -rf node_modules
npm install


```
2024_BEOTKKOTTHON_TEAM_37_BE
├─ .dockerignore
├─ .nvmrc
├─ config
│ └─ config.json
├─ controller
│ ├─ chatGpt.js
│ ├─ crawl.js
│ └─ user.js
├─ crawling_kakao.js
├─ crawling_naver.js
├─ Dockerfile
├─ init-script.sh
├─ models
│ ├─ feedback.js
│ ├─ index.js
│ └─ user.js
│ ├─ user.js
│ └─ webtoon.js
├─ package-lock.json
├─ package.json
├─ README.md
├─ results.json
└─ server.js
```

0 comments on commit cba14d7

Please sign in to comment.