Skip to content

Ojeonghwan/colors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

741 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ColorsBanner


목차

1. 프로젝트 개요

2. 프로젝트 설계

3. 프로젝트 파일 구조

4. 프로젝트 산출물


1. 프로젝트 개요

1) 프로젝트 목표

다양한 사람들과 함께 소통하며 개인의 얼굴, 분위기와 어울리는 색상을 찾을 수 있는 서비스 개발

2) 전체 일정

기 간 내 용
2022. 07. 05. ~ 2022. 07. 19. 아이디어 선정 및 사용자 요구사항 분석
2022. 07. 15. ~ 2022. 07. 27. 요구사항 정의서 작성, Mock-up / ERD / REST API 설계
2022. 07. 25. ~ 2022. 07. 29. 회원가입, 로그인 등 기본 서비스 개발
2022. 07. 30. ~ 2022. 07. 15. OpenVidu를 이용한 화상 미팅 서비스 개발 / Face-Detection 적용 / Rest API 서버 개발
2022. 08. 16. ~ 2022. 08. 19. 서비스 배포 및 유지보수

3) 구성원

SSAFY 대전캠퍼스 7th B208

Name(Git) 송다경 김민영 김찬일 이한기 강민성 오정환
Position 👑 / Frontend Frontend Frontend Frontend Backend Backend

2. 프로젝트 설계

1) Figma

https://www.figma.com/file/0pfzHeX6s46qoyzQOuOdr2/%EA%B9%94%EB%A7%9E%EC%B6%A4?node-id=226%3A767

2) ERD (link)

3) 개발환경 (link)

4) 아키텍처

architecture

5) REST API (link)

3. 프로젝트 파일 구조

Frontend

colors
├── build
├── node_modules
├── public
└── src
    ├── api
    ├── assets
    │   ├── font
    │   ├── imagedefault
    │   ├── models
    │   ├── mypage
    │   └── videos
    ├── components
    │   ├── common
    │   ├── EnterancePage
    │   ├── main
    │   ├── myPage
    │   ├── topic
    │   ├── user
    │   ├── videochat
    │   │   └── colorPallete
    │   └── Voting
    ├── router
    ├── store
    │   └── modules
    └── views
        ├── MeetingView
        └── VotingView

Backend

└── colors
      ├── config
      ├── controller
      ├── database
      |     ├── entity
      |     └── repository
      ├── enumdata
      ├── interceptor
      ├── request
      ├── response
      ├── service
      └── util

4. 프로젝트 산출물

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors