https://github.com/mjbae/200615_nodestudy_node
백엔드 기본을 익히기 위한 Node.js 학습
https://github.com/mjbae/200615_nodestudy_node
Last synced: about 2 months ago
JSON representation
백엔드 기본을 익히기 위한 Node.js 학습
- Host: GitHub
- URL: https://github.com/mjbae/200615_nodestudy_node
- Owner: MJbae
- Created: 2020-06-16T00:56:50.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T02:38:14.000Z (over 2 years ago)
- Last Synced: 2025-02-12T19:05:21.854Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 2.48 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 200615_NodeStudy_Node
### 백엔드 기본을 익히기 위한 Node.js 학습# 기간
### 20. 6. 15.(월) ~ 진행 중# 목적
### 웹백엔드 핵심 요소 이해# 학습과정
### 20. 6. 15.(월) ~ 20. 6. 21.(일): request, reponse 처리 및 DB 연동
* Node.js + express 웹서버 설정 및 json, view engine 활용
* MySQL 연동 및 CRUD 처리
### 20. 6. 22.(월) ~ 20. 6. 28.(일): passport 기반 인증 로직 구현
* passport 기반 strategy, router 설정 및 세션 처리
* signup, login, logout 로직 구현 및 ajax 기반 passport 인증 처리
### 20. 6. 29.(월) ~ : RESTful API