Skip to content
@2023-Summer-Bootcamp-TeamD

2023-Summer-Bootcamp-TeamD

실시간으로 그림을 그리고 맞히는 게임 서비스

본 서비스는 여러 사용자들이 초대코드를 통해 게임 방에 모여 실시간으로 그림을 그리고 채팅을 통해 정답을 맞히는 게임 서비스입니다.


Demo

사용자가 카테고리, 방 인원과 라운드 당 제한 시간을 선택하고, 자신의 닉네임을 입력 후에 방을 생성합니다.

게임 방의 입장 코드와 닉네임을 입력하여 해당 게임 방으로 입장합니다.

한 사용자는 랜덤으로 제시된 단어를 그리고 나머지 사용자는 채팅으로 정답을 맞힙니다. 인원 수만큼 차례를 돌며 게임을 진행합니다.

게임 종료 시, 게임의 결과를 보여줍니다.

System Architecture


Backend API

swagger


ERD


Monitoring


Tech Stack

Frontend Backend DevOps Etc



















How to Start

1. Clone Repository

$ git clone https://github.com/2023-Summer-Bootcamp-TeamD/frontend.git
$ git clone https://github.com/2023-Summer-Bootcamp-TeamD/backend.git

2. Install Packages

$ cd frontend
$ npm install

3. Set .env file

.env file 내용

4. Run Docker

$ cd backend
$ docker-compose up --build         # build images and run containers
$ docker-compose down               # stop running containers
$ docker-compose down -v            # stop running containers and delete its volume

5. Local execution

$ cd ../frontend
$ npm run dev

URL

  • / → Main Page
  • /creatingSpecificRooms → Creating Room Page
  • /entryRoom → Entry Room Page
  • /game/:entrycode → Game Page
  • /result → Game Result Page

Team

최현정 구지혜 김예빈 김진수 서근재 윤정은 이승환
image image image image image image image
Team Leader
Backend
DevOps
Frontend Frontend Backend
DevOps
Frontend Backend
DevOps
Frontend
DevOps
@ppinkypeach @jihye9549 @Kimyebin00 @nsa06035 @tjrmswo @jungeunyooon @Leeseunghwan7305

Pinned Loading

  1. frontend frontend Public

    TypeScript

Repositories

Showing 5 of 5 repositories
  • .github Public
    2023-Summer-Bootcamp-TeamD/.github’s past year of commit activity
    0 0 0 0 Updated Apr 23, 2024
  • 2023-Summer-Bootcamp-TeamD/pingobingo-docker’s past year of commit activity
    0 0 0 0 Updated Aug 3, 2023
  • frontend Public
    2023-Summer-Bootcamp-TeamD/frontend’s past year of commit activity
    TypeScript 0 0 5 4 Updated Aug 3, 2023
  • backend Public

    실시간 캔버스 게임 [핑고빙고]

    2023-Summer-Bootcamp-TeamD/backend’s past year of commit activity
    JavaScript 1 0 0 0 Updated Aug 3, 2023
  • gitLab Public
    2023-Summer-Bootcamp-TeamD/gitLab’s past year of commit activity
    0 0 0 0 Updated Jul 10, 2023

Top languages

Loading…

Most used topics

Loading…