Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/1-blue/deprecated-capstone-design-2022-front

2022 캡스톤 디자인 프론트 - ( 블로그 )
https://github.com/1-blue/deprecated-capstone-design-2022-front

Last synced: 1 day ago
JSON representation

2022 캡스톤 디자인 프론트 - ( 블로그 )

Awesome Lists containing this project

README

        

# 🐲 blelog

> 개발자 블로그인 `velog`를 클론코딩한 프로젝트 입니다.

- [trello](https://trello.com/b/T98vIu6a/capstonedesign-2022)
- [velog](https://velog.io/@1-blue/series/capstonedesign-2022-JsLog)
- [blelog - by vercel](https://blelog.vercel.app)

🛠️ 사용 기술 🛠️








💁‍♂️ 사용 툴 🙋‍♂️













# 🙌 구현 기능

1. 유저 CRUD
2. 게시글 CRUD ( `markdown` 형식 )
3. 댓글/답글 CRD
4. 게시글 좋아요 CRUD
5. 게시글 검색
6. 게시글 임시 저장
7. 게시글 카테고리
8. theme ( dark/white )

# 🚀 가이드 라인

## 1. 설치

```bash
git clone https://github.com/1-blue/capstone-design-2022-front.git

cd capstone-design-2022-front

npm install
```

## 2. .env 작성

```bash
# .env.development, .env.production 두 개 작성
NEXT_PUBLIC_IMAGE_BASE_URL=<작성>
NEXT_PUBLIC_SERVER_URL=<작성>
NEXT_PUBLIC_URL=<작성>
```

## 3. 실행

```bash
# 개발 모드 실행
npm run dev

# 배포 모드 실행
nm -rf .next && npm run build && npm start
```

## 4. 배포

> [vercel](https://vercel.com)을 이용한 배포

# 📽️ 실행 영상 📽️

## 1. 게시글 검색

## 2. 게시글 생성 - 1

## 3. 게시글 생성 - 2

## 4. 게시글 페이지

## 5. 댓글/답글

## 6. 프로필 페이지

## 7. 프로필 수정

## 8. 임시 게시글과 좋아요 누른 게시글