Skip to content

2023년, 1학기, 공개SW프로젝트, 02분반, 우리만4명이조, 4조 (Co-끼리)

License

Notifications You must be signed in to change notification settings

CSID-DGU/2023-1-OSSP2-4ofUs-4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2023-1-OSSP2-4ofUs-4

2023년, 1학기, 공개SW프로젝트, 02분반, 우리만4명이조, 4조

TEAM MEMBER

이름 학과 역할
강산아 스포츠문화학 Backend
김세훈 컴퓨터공학 Frontend
나찬진 컴퓨터공학 Backend
문채영 컴퓨터공학 팀장, Frontend

FrameWork

Server

Stack

OpenSource

1. 프로젝트 주제

Co-끼리(대학생 캠퍼스 네트워크 형성을 위한 익명 매칭 서비스)

2. 개요

코로나19로 인하여 비대면 기간중에는 학생들간의 원활한 교류가 없어 인간관계가 형성되지 못하였다. 대학 생활을 하면서 인적 네트워크가 형성 되지 않는다면 편의시설 이용, 강의 수강 등 여러가지 불편함과 어려움을 느낄 수 있는 부분이 존재한다. 예를 들어 과제로 팀플을 하는 경우 혹은 사정으로 인하여 결석하는 경우 독강 을 하게 된다면 난감한 경우가 종종 있다. 해당 서비스는 이러한 교류로 인한 불이익을 최소화 하고자 기획하게 되었다. 정리하자면, 이 서비스는 동국대 학우들의 익명성을 보장하며 서로 매칭시켜주는 서비스이다.

3. 프로젝트 구조도

image

3. 스크린 샷

image image image image image image image

4. 사용 라이브러리

<dependencies>
		<dependency>
			<groupId>com.github.iamport</groupId>
			<artifactId>iamport-rest-client-java</artifactId>
			<version>0.2.22</version>
		</dependency>
		<dependency>
			<groupId>org.springframework.boot</groupId>
			<artifactId>spring-boot-starter-data-jpa</artifactId>
		</dependency>
		<dependency>
			<groupId>org.springframework.boot</groupId>
			<artifactId>spring-boot-starter-web</artifactId>
		</dependency>

		<dependency>
			<groupId>com.mysql</groupId>
			<artifactId>mysql-connector-j</artifactId>
			<scope>runtime</scope>
		</dependency>
		<dependency>
			<groupId>org.springframework.boot</groupId>
			<artifactId>spring-boot-starter-test</artifactId>
			<scope>test</scope>
		</dependency>
		<dependency>
			<groupId>org.projectlombok</groupId>
			<artifactId>lombok</artifactId>
			<optional>true</optional>
		</dependency>

		<dependency>
			<groupId>org.jetbrains.kotlin</groupId>
			<artifactId>kotlin-stdlib</artifactId>
			<version>1.7.10</version>
		</dependency>

		<!-- https://mvnrepository.com/artifact/javax.mail/mail -->
		<dependency>
			<groupId>com.sun.mail</groupId>
			<artifactId>javax.mail</artifactId>
			<version>1.6.2</version>
		</dependency>

		<!-- https://mvnrepository.com/artifact/org.springframework/spring-context-support -->
		<dependency>
			<groupId>org.springframework</groupId>
			<artifactId>spring-context-support</artifactId>
			<version>5.3.9</version>
		</dependency>

		<dependency>
			<groupId>org.apache.poi</groupId>
			<artifactId>poi</artifactId>
			<version>5.0.0</version>
		</dependency>
		<dependency>
			<groupId>org.apache.poi</groupId>
			<artifactId>poi-ooxml</artifactId>
			<version>5.0.0</version>
		</dependency>
        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-websocket</artifactId>
        </dependency>
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-messaging</artifactId>
            <version>6.0.7</version>
        </dependency>
    </dependencies>    
    

github 키워드

keyword 설명
Feat 새로운 기능 추가
Fix 버그 수정
Design CSS 등 사용자 UI 디자인 변경
!BREAKING CHANGE 커다란 API 변경의 경우
!HOTFIX 급하게 치명적인 버그를 고쳐야하는 경우
Docs 문서 수정
Style 코드 포맷팅, 세미콜론 누락, 코드 변경이 없는 경우
Comment 필요한 주석 추가 및 변경
Refactor 코드 리펙토링
Test test code, refactoring test code 추가
Chore build 업무 수정, 패키지 매니저 수정
Rename 파일 혹은 폴더명을 수정하거나 옮기는 작업만인 경우
Remove 파일을 삭제하는 작업만 수행한 경우

About

2023년, 1학기, 공개SW프로젝트, 02분반, 우리만4명이조, 4조 (Co-끼리)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •