Skip to content

Commit bc03187

Browse files
committed
init
0 parents  commit bc03187

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+21725
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules/

README.md

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# xserum 액세럼
2+
> 목표: 5일 안에 완성<br>
3+
> 2023년 12월 29일에 시작 (D+3)
4+
5+
세럼 사용자들을 위한 프리셋 공유, 커뮤니티 서비스
6+
7+
## 개발 단계
8+
- wavesurfer 라이브러리 사용
9+
10+
### 페이지
11+
- 프리셋, 정보, 회원가입, 로그인
12+
13+
### 기능
14+
- 프리셋 페이지
15+
+ 카테고리 선택
16+
+ 카테고리, 제목을 포함한 검색
17+
+ 아이템에는 파형 미리듣기와 제목, 간추려진 설명, 카테고리, 파일 수, 좋아요 수 표시
18+
19+
- 상세 페이지
20+
+ 파형 미리듣기와 제목, 간추려진 설명, 카테고리, 파일 수, 좋아요 수 표시
21+
+ 코멘트 기능
22+
23+
- 프리셋 업로드
24+
+ fxp 다중 파일 업로드 가능
25+
+ 샘플 mp3 업로드
26+
+ 제목, 설명, 카테고리 (dance/edm, r&b/hiphop, rock, jazz, pop, classic, electronic, ballad) 선택
27+
28+
- 회원가입 & 로그인
29+
+ 이메일 OTP 인증

xserum-backend/dist/index.js

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"use strict";

xserum-backend/package-lock.json

+1,251
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

xserum-backend/package.json

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "xserum-backend",
3+
"version": "1.0.0",
4+
"description": "",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"author": "ice1",
10+
"license": "MIT",
11+
"dependencies": {
12+
"connect-multiparty": "^2.2.0",
13+
"cors": "^2.8.5",
14+
"crypto": "^1.0.1",
15+
"express": "^4.18.2",
16+
"multer": "^1.4.3",
17+
"mysql2": "^3.6.5"
18+
},
19+
"devDependencies": {
20+
"@types/cors": "^2.8.17",
21+
"@types/express": "^4.17.21",
22+
"@types/multer": "^1.4.11"
23+
}
24+
}
Loading
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Loading
Binary file not shown.

0 commit comments

Comments
 (0)