프로젝트

🎯 프로젝트

https://github.com/woqls22/where-r-u-now-

<aside> 💡 구현 과정 및 이슈 정리

History ( 구현 + 이슈 로깅)

회고

화면기획

</aside>

📂 디렉토리구조

**└── where-r-u-now-
    ├── README.md
    ├── docker-compose.yml
    ├── kafka/
            └── Dockerfile
    ├── server/
            └── whereRU/
                ├── Dockerfile
                ├── mvnw*
                ├── mvnw.cmd
                ├── pom.xml
                ├── src/
                └── target/
    └── web/
        ├── Dockerfile
        ├── README.md
        ├── config-overrides.js
        ├── node_modules/
        ├── package.json
        ├── public/
        ├── src/
        ├── tsconfig.json
        ├── webpack.config.js
        └── yarn.lock**

https://youtu.be/jliI87aV7vI

🏛 Architecture

Untitled

📱 기술 스택