Skip to content

Commit

Permalink
Merge branch 'dev' into Feature/#057_사용자_인증_구현
Browse files Browse the repository at this point in the history
  • Loading branch information
minjungw00 authored Nov 17, 2024
2 parents 16b57e2 + ec3ac03 commit 86685c7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,30 @@

![image](https://github.com/user-attachments/assets/ce48d2e5-ca40-43e6-8d64-0f874312f065)


<div align="center">
<a href="http://223.130.159.220/">배포사이트</a>
<br>
<br>
<a href="https://hits.seeyoufarm.com"><img src="https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Fboostcampwm-2024%2Fweb33-Nocta&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=false"/></a>

</div>

<p align="center">
<a href="http://223.130.159.220" title="🌌 밤하늘의 별빛처럼, 자유로운 인터랙션 실시간 에디터"><strong>배포 사이트</strong></a>
</p>


## `Nocta`

> 🌌 밤하늘의 별빛처럼, 자유로운 인터랙션 실시간 에디터
- 실시간 기록 협업 소프트웨어입니다.


## `Team Glassmo`


- 글래스모피즘의 약자

## 📅 프로젝트 기간
Expand All @@ -35,8 +40,10 @@
| FE+BE | FE | BE | FE |
| [@hyonun321](https://github.com/hyonun321) | [@Ludovico7](https://github.com/Ludovico7) | [@minjungw00](https://github.com/minjungw00) | [@pipisebastian](https://github.com/pipisebastian) |


## 프로젝트 기능 소개


### 1. 페이지 생성, 드래그 앤 드랍

사이드바의 페이지 추가 버튼을 통해 페이지를 생성하고 관리할 수 있습니다.
Expand All @@ -59,6 +66,7 @@

하나의 문서를 여러 사용자가 동시에 편집이 가능합니다. CRDT 알고리즘을 통해 실시간 변경사항을 모든 사용자에게 반영합니다.


## 🔧 기술 스택

**Common**
Expand Down
2 changes: 0 additions & 2 deletions server/src/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ import { CrdtModule } from "./crdt/crdt.module";
}),
AuthModule,
CrdtModule,
AuthModule,
CrdtModule,
],
controllers: [AppController],
providers: [AppService],
Expand Down
2 changes: 1 addition & 1 deletion server/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@

"allowJs": true
},
"include": ["src/**/*", "test/**/*"],
"include": ["src/**/*", "test/**/*", "schemas"],
"exclude": ["node_modules", "dist"]
}

0 comments on commit 86685c7

Please sign in to comment.