Skip to content

woqls22/where-r-u-now-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

where-r-u-now?

ENV

 kafka 기존 설치 필요.
 %KAFKA_HOME/bin 아래의 파일을 복사하여 이미지 빌드
 download-kafka.sh start-kafka.sh broker-list.sh create-topics.sh versions.sh

Usage

$ docker-compose up -d

Description

Demo

데모

Stacks

  • Springboot
  • kafka(zookeeper)
  • react(typescript based, Mobx)

디렉토리구조

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