서승완

Initial Commit

1 +# khubox-api
2 +venv/
3 +*.pyc
4 +*~
5 +__pycache__
6 +db.sqlite3
7 +
8 +# khubox-front
9 +.pnp/
10 +build/
11 +coverage/
12 +node_modules/
13 +.env.development.local
14 +.env.local
15 +.env.production.local
16 +.env.test.local
17 +.pnp.js
18 +npm-debug.log*
19 +yarn-debug.log*
20 +yarn-error.log*
21 +
22 +# environments
23 +.idea/
24 +.vscode/
25 +.DS_Store
1 +# KhuBox
2 +
3 +경희대학교 클라우드컴퓨팅(CSE335) E조
4 +
5 +AWS를 활용한 Dropbox 개발 프로젝트
6 +
7 +## 팀원
8 +
9 +- 컴퓨터공학과 2016104105 김대연
10 +
11 +- 컴퓨터공학과 2016104129 서승완
12 +
13 +- 컴퓨터공학과 2016104147 이우진
14 +
15 +- 컴퓨터공학과 2018102249 홍준식
File mode changed
File mode changed