https://github.com/mjbae/200815_basic_react_node
웹풀스택 기본 학습에 따른 개념정리 및 클론 프로젝트
https://github.com/mjbae/200815_basic_react_node
Last synced: about 2 months ago
JSON representation
웹풀스택 기본 학습에 따른 개념정리 및 클론 프로젝트
- Host: GitHub
- URL: https://github.com/mjbae/200815_basic_react_node
- Owner: MJbae
- Created: 2020-08-15T08:07:48.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-26T04:57:11.000Z (over 4 years ago)
- Last Synced: 2025-02-01T20:45:33.789Z (4 months ago)
- Language: HTML
- Homepage:
- Size: 7.75 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 200815_Basic_React_Node(feat. John Ahn)
> 웹풀스택 기본 학습에 따른 개념정리 및 클론 프로젝트## 개념정리
* [React 정리](https://www.notion.so/React-e15a0bffc5f546eca7c878c09c69a442)
* [Node 정리](https://www.notion.so/Node-b0f88f7a7d3e44479c6c9f6f57c6b5a1)
* [Docker 정리](https://www.notion.so/Docker-8dfadb7217934442b92cf53500758dce)
## Youtube App Project
* [프로젝트 정리](https://www.notion.so/Youtube-App-Project-9b91bb96162f4d58bc3adf3ded9d1038)
* [Git repository](https://github.com/MJbae/200906_YoutubeApp_React_Node)## 학습과정
### 20. 8. 15.(토) ~ 8. 23.(일): React, Node 기본기 쌓기
* 기본개념 정리(John Ahn 강의, MDN, 벨로퍼트 블로그 참고)
* 로그인, 로그아웃, 회원가입, 인증 기능 구현(John Ahn 강의 내용 클론코딩)
### 20. 8. 24.(월) ~ 8. 30.(일): Movie App Project
* The Movie DB(외부 API) 활용하여 웹서비스 개발
* Favorite, Load More, Detail page 구현
### 20. 8. 31.(월) ~ 9. 6.(일): Docker와 CI 환경 학습 및 Movie App 배포
* Docker와 더불어 AWS Cloud Services, Travis CI 등 배포 자동화 환경 학습
* Movie App 배포
### 20. 9. 7.(월) ~ 9. 13.(일): Youtube App Project
* 비디오 업로드, 구독, 댓글, 좋아요 등 Youtube 핵심기능 구현## 개발환경
### 기술스택
* React, Redux
* Node, MongoDB
### 배포환경
* Docker, Travis CI
* AWS services(EB, S3, IAM)