본문 바로가기

node.js 튜토리얼3

시즌 2 #8. 기초부터 따라하는 Nest.js 2 : Request 객체와 Query, Param, Body 사용법 (feat. Response) 지난 포스팅에서는 간단하게 API를 구현해봤습니다. 그리고 7-1를 보셨다면, 비동기란 무엇인지 아주 간략하게 봤습니다.https://suloth.tistory.com/202 시즌 2 #7. 기초부터 따라하는 Nest.js 2 : 간단한 API 구현하기https://suloth.tistory.com/201 시즌 2 #6. 기초부터 따라하는 Nest.js 2 : Nest.js 프로젝트 생성 & 구조 설명지난 포스팅에서는 간단하게 DB 구조를 짜고, 해당 DB 구조에 대한 설명을 들었습니다.https://suloth.tisuloth.tistory.com https://suloth.tistory.com/203 시즌 2 #7-1. 기초부터 따라하는 Nest.js 2 : 동기와 비동기 그리고 Promise해당 포.. 2024. 6. 17.
시즌 2 #3. 기초부터 따라하는 Nest.js 2 : Express 배우기(2) 지난 시간에는 간단하게 express 서버 구축, router, query, param, body, middleware에 대해서 배웠습니다.https://suloth.tistory.com/197 시즌 2 #2. 기초부터 따라하는 Nest.js 2 : Express 배우기(1)지난 시간에는 HTTP Method에 대해서 배웠습니다.https://suloth.tistory.com/196 시즌 2 #1. 기초부터 따라하는 Nest.js 2 : HTTP 메소드이전 시간에는 간단하게 서버와 클라이언트에 대해서 다뤄봤습니다.https:/suloth.tistory.com 이번 시간에는 Express와 MySQL을 연동하는 방법에 대해서 배워보려고 합니다. 과제 정답다음은 지난번 과제입니다. 과제1post.router.. 2024. 5. 15.
시즌 2 #2. 기초부터 따라하는 Nest.js 2 : Express 배우기(1) 지난 시간에는 HTTP Method에 대해서 배웠습니다.https://suloth.tistory.com/196 시즌 2 #1. 기초부터 따라하는 Nest.js 2 : HTTP 메소드이전 시간에는 간단하게 서버와 클라이언트에 대해서 다뤄봤습니다.https://suloth.tistory.com/191 시즌 2 #0. 기초부터 따라하는 Nest.js 2 : Orientation조금 더 디테일하게 따라할 수 있는 Nest.js 튜토리얼suloth.tistory.com 이번 시간에는 Nest.js를 배우기 전에, 간단하게 Express.js 라고 불리는 프레임워크에 대해서 배워보려고 합니다.왜 Nest.js를 바로 안 배우고 Express.js를 배우나요?먼저, 대부분의 사람들이 node.js 백엔드 개발이라고 .. 2024. 5. 11.