Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pknu-wap/glog

2023년 2학기 웹 2팀 프로젝트입니다.
https://github.com/pknu-wap/glog

aws mysql nextjs react spring-boot

Last synced: 7 days ago
JSON representation

2023년 2학기 웹 2팀 프로젝트입니다.

Awesome Lists containing this project

README

        

![header](https://capsule-render.vercel.app/api?type=waving&color=auto&height=300&section=header&text=We%20are%20team%20Glog!&fontSize=90)

# 2023_2_GLOG
---
## Introduction

우리는 개발자를 위한 블로그를 만드는 팀 글로그 입니다!
보다 세련되고 편리한 기능을 제공하기 위해 노력중 입니다 😊

---
## Stack
### Front End

### Back End

### Coop&Deploy

---

### Git Flow
기본적으로 Git Flow 전략을 이용합니다. 작업 시작 시 선행되어야 할 작업은 다음과 같습니다.

```gradle
1. Issue를 생성한다.
2. feature Branch를 생성한다.
3. Add - Commit - Push - Pull Request 의 과정을 거친다.
4. merge된 작업이 있을 경우, 다른 브랜치에서 작업을 진행 중이던 개발자는 본인의 브랜치로 merge된 작업을 Pull 받아온다.
5. 종료된 Issue와 Pull Request의 Label과 Project를 관리한다.
```

### Branch Convention

```yaml
- [develop] : 최종 배포
- [feature] : 기능 추가
- [fix] : 에러 수정, 버그 수정
- [docs] : README, 문서
- [refactor] : 코드 리펙토링 (기능 변경 없이 코드만 수정할 때)
- [modify] : 코드 수정 (기능의 변화가 있을 때)
- [chore] : gradle 세팅, 위의 것 이외에 거의 모든 것
```

### Issue Template
```text
## 💥이슈 설명

## 📚할 일 목록

## 👀참고 사항

## ⌛기한

```

### Pr Template
```text
### PR 타입(하나 이상의 PR 타입을 선택해주세요)
- [ ] 기능 추가 ✨
- [ ] 기능 삭제 🔥
- [ ] 버그 수정 🐛
- [ ] 코드 형태 개선 🎨
- [ ] 의존성, 환경 변수, 빌드 관련 코드 업데이트 🔨

### 변경 사항
ex) 로그인 시, 구글 소셜 로그인 기능을 추가했습니다.

### 이슈 사항
ex) 베이스 브랜치에 포함되기 위한 코드는 모두 정상적으로 동작해야 합니다. 결과물에 대한 스크린샷, GIF, 혹은 라이브 데모가 가능하도록 샘플API를 첨부할 수도 있습니다.

### To reviewer
ex) 여기에서 이 부분 잘 모르겠는데 한번 봐주실 수 있나요?
```

### 작동 화면

- 게시글 모아보기 페이지

![화면 기록 2023-12-02 오전 11 16 41 mov](https://github.com/pknu-wap/GLOG/assets/66813821/04dcf53f-0bb9-4fed-ab4e-53cfdf594d38)

- 게시글 보기

![화면 기록 2023-12-02 오전 11 22 45 mov](https://github.com/pknu-wap/GLOG/assets/66813821/443a2cf3-76b0-4617-8a3b-e1bdede50938)

### Contributor
| 3_pano | 3_jumo | 3_simba | 3_pano | 3_miki |
| :------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------: |
| [채연(F.E)](https://github.com/chaeyeon1) | [준서(F.E)](https://github.com/dev-junseo) | [도연(B.E)](https://github.com/dy102) | [두영(B.E)](https://github.com/FhRh) | [종경(B.E)](https://github.com/JONG-KYEONG) |
| [![Anurag's github stats](https://github-readme-stats.vercel.app/api?username=chaeyeon1&show_icons=true&theme=swift&hide_title=true)](https://github.com/anuraghazra/github-readme-stats) | [![Anurag's github stats](https://github-readme-stats.vercel.app/api?username=dev-junseo&show_icons=true&theme=swift&hide_title=true)](https://github.com/anuraghazra/github-readme-stats) | [![Anurag's github stats](https://github-readme-stats.vercel.app/api?username=dy102&show_icons=true&theme=swift&hide_title=true)](https://github.com/anuraghazra/github-readme-stats) | [![Anurag's github stats](https://github-readme-stats.vercel.app/api?username=FhRh&show_icons=true&theme=swift&hide_title=true)](https://github.com/anuraghazra/github-readme-stats) | [![Anurag's github stats](https://github-readme-stats.vercel.app/api?username=JONG-KYEONG&show_icons=true&theme=swift&hide_title=true)](https://github.com/anuraghazra/github-readme-stats)