Showing
4 changed files
with
53 additions
and
1 deletions
.gitignore
0 → 100644
1 | + | ||
2 | +# dependencies | ||
3 | +/node_modules | ||
4 | +/.pnp | ||
5 | +.pnp.js | ||
6 | + | ||
7 | +# testing | ||
8 | +/coverage | ||
9 | + | ||
10 | +# production | ||
11 | +/build | ||
12 | + | ||
13 | +# misc | ||
14 | +.DS_Store | ||
15 | +.env.local | ||
16 | +.env.development.local | ||
17 | +.env.test.local | ||
18 | +.env.production.local | ||
19 | + | ||
20 | +npm-debug.log* | ||
21 | +yarn-debug.log* | ||
22 | +yarn-error.log* | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
No preview for this file type
unifolio.web.front @ c7b9b710
1 | +Subproject commit c7b9b7106a05f368af00838d64abba1241cd2598 |
1 | -# unifolio repository | 1 | +## 2020-2 캡스톤디자인 2 |
2 | +--- | ||
3 | +## 개인투자조합을 위한 결성 및 관리 플랫폼 unifolio | ||
4 | +--- | ||
5 | +## 소개 | ||
6 | +해당 레포지토리는 경희대학교 2020학년도 2학기 캡스톤디자인에 따라 만들어졌습니다. 경희대학교 스타트업 더 드림의 프로젝트 유니폴리오의 서비스 개발 과제에 참여하는 프로젝트입니다. | ||
7 | + | ||
8 | +## 프로젝트 개발 환경 | ||
9 | +- 백엔드 프레임워크 : Python Django | ||
10 | +- 프론트엔드 라이브러리 : React.js | ||
11 | +- RDBMS : MySQL | ||
12 | +- 서버 : Nginx | ||
13 | +- 배포 클라우드 : Microsoft Azure | ||
14 | +- 프로젝트 관리 : Notion | ||
15 | + | ||
16 | +--- | ||
17 | +### 프로젝트 | ||
18 | +- [프론트엔드](http://khuhub.khu.ac.kr/2020-2-capstone-design2/2012103000/tree/master/project.frontend/unifolio.web.front) | ||
19 | +--- | ||
20 | +### 관련 서류 링크 | ||
21 | +- [documents/main_report]((http://khuhub.khu.ac.kr/2020-2-capstone-design2/2012103000/tree/master/documents/main_report)) | ||
22 | + - 기초조사서 | ||
23 | + | ||
24 | +- [documents/weekly_report](http://khuhub.khu.ac.kr/2020-2-capstone-design2/2012103000/tree/master/documents/weekly_report) | ||
25 | + - 주간보고서 | ||
26 | + | ||
27 | +--- | ||
28 | +## Contact | ||
29 | +Email - ryou9305@khu.ac.kr | ||
30 | +Project Link: http://khuhub.khu.ac.kr/2020-2-capstone-design2/2012103000 | ||
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or login to post a comment