Skip to content
Hyeona edited this page Apr 13, 2022 · 1 revision

image

당신은 νŠΉλ³„ν•˜λ‹€. λ‹Ήμ‹ μ˜ 질문과 닡변도 νŠΉλ³„ν•˜λ‹€.

μ‚¬μ†Œν•˜μ§€λ§Œ λ‚˜μ—κ² μ–΄λ €μš΄ 문제λ₯Ό ν•΄κ²°ν•˜μ§€ λͺ»ν•΄ λ‹΅λ‹΅ν–ˆλ˜ 적 μžˆμœΌμ‹ κ°€μš”? ν˜Ήμ€ ν•˜λ‚˜ λ•Œλ¬Έμ— λ§‰ν˜€μ„œ 진도가 μ•ˆκ°€λŠ” κ²½μš°λŠ” μžˆμœΌμ…¨λ‚˜μš”?

μ–Έμ œλ“  λ‚΄ μ§ˆλ¬Έμ„ ν•΄κ²°ν•˜κ³ , μ‹€μ‹œκ°„μœΌλ‘œ λ§žμΆ€ν˜• 닡변을 μ–»μ–΄λ³΄μ„Έμš”!
κ·Έλ ‡κ²Œ μ„±μž₯ν•œ μ—¬λŸ¬λΆ„μ€ λ‹€λ₯Έ 이의 고민을 ν•΄κ²°ν•΄μ£Όλ©° κ²½λ ₯ μŒ“κΈ°λ₯Ό μ‹œμž‘ν•  수 μžˆμŠ΅λ‹ˆλ‹€.

λˆ„κ΅¬λ“  해결사λ₯Ό μ°Ύκ³ , 해결사가 λ˜μ–΄λ³΄μ„Έμš”.



ν”„λ‘œμ νŠΈ λͺ©μ°¨



1️⃣ ν”„λ‘œμ νŠΈ μ†Œκ°œ

  1. 일정 : 2021-07-12 ~ 2021-08-20 (총 6μ£Ό)
    • Sub1 : 2021-07-12 ~ 2021-07-16
    • Sub2 : 2021-07-19 ~ 2021-07-30
    • Sub3 : 2021-08-02 ~ 2021-08-20 (πŸ”₯ NOW πŸ”₯)



πŸ“‹ 기술 μŠ€νƒ

  • SCM : Gitlab
  • Issue : Jira
  • Communication : Mattermost
  • Design/UI/UX : Adobe Photoshop, Figma

  • OS : Windows 10
  • DB : MySQL 8.0.22
  • Cloude : AWS EC2, Ubuntu 20.04.2 LTS, Docker 20.10.7

Back-End

  • Java : Open-JDK zulu 8.33.0.1
  • SpringBoot Gradle: 7.1.1
  • Spring Tool Suite : 3.9.14
  • Jar : lombok 1.18.20
  • Library : Kurento 2.0

Front-End

  • html5, CSS3, JavaScript (ES6)
  • Vue :Β 2.6.11
  • vuex : 3.4.0
  • Node.js : 14.17.3
  • Visual Studio Code 1.58

🎨 λ””μžμΈ

image



2️⃣ ν”„λ‘œμ νŠΈ 파일 ꡬ쑰

Back

com
└── solver
	β”œβ”€β”€ api
	β”‚   β”œβ”€β”€ controller
	β”‚   β”œβ”€β”€ service
	β”‚   β”œβ”€β”€ request
	β”‚   └── response
	β”‚
	β”œβ”€β”€ common
	β”‚   β”œβ”€β”€ util
	β”‚   β”œβ”€β”€ exception
	β”‚   β”œβ”€β”€ model
	β”‚   └── auth
	β”‚
	β”œβ”€β”€ config
	β”‚
	└── db
	    β”œβ”€β”€ entity
	    └── repository

Front

solver-frontend
	β”œβ”€β”€ node_modules
	β”œβ”€β”€ public
	└── src
		β”œβ”€β”€ assets
	     	β”œβ”€β”€ router
		β”œβ”€β”€ components
		β”‚	β”œβ”€β”€ groups
		β”‚	β”œβ”€β”€ main
		β”‚	β”œβ”€β”€ profiles
		β”‚	└── questions
		β”œβ”€β”€ router
		β”œβ”€β”€ store
		β”‚	└── modules
		└── views
			β”œβ”€β”€ auth
			β”œβ”€β”€ groups
			β”œβ”€β”€ main
			β”œβ”€β”€ notifications
			β”œβ”€β”€ profiles
			β”œβ”€β”€ questions
			β”œβ”€β”€ reports
			└── solvers