FE vue.js
BE node.js python
DB(RDS)
GPT => 요약
ML koBERT=> 분류, 클러스터링
https://hoonzi-text.tistory.com/19#google_vignette
폴더 구조
/my-application
|-- docker-compose.yml
|-- /frontend
| |-- Dockerfile
| |-- /build
| |-- /config
| |-- /src
| | |-- /assets
| | |-- /components
| | |-- /views
| | |-- App.vue
| | `-- main.js
| |-- /public
| | `-- index.html
| `-- package.json
|
|-- /backend
| |-- Dockerfile
| |-- /src
| | |-- /controllers
| | |-- /middlewares
| | |-- /models
| | |-- /routes
| | `-- server.js
| |-- package.json
| `-- .env.example
|
|-- /crawler
| |-- Dockerfile
| |-- /src
| | |-- /scripts
| | `-- main.py
| `-- requirements.txt
|
|-- /nginx (optional)
| |-- Dockerfile
| `-- /conf
| `-- nginx.conf
|
`-- /scripts
|-- init-db.sh
`-- backup-db.sh
생성 파일
728x90
'Study > 소프트웨어공학&비즈니스애널리틱스 (최성철 교수님) 2023-2' 카테고리의 다른 글
사용할 AWS DB 서비스 (0) | 2023.11.07 |
---|---|
ANIOP git 올릴때 주의사항 (0) | 2023.11.07 |
Back-end directory structure (0) | 2023.10.31 |
Docker 설치 및 run images (0) | 2023.10.18 |
chat-gpt study #1 (2) | 2023.10.17 |