Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- connect-mongo
- CSS
- e.target
- insertone
- typescript #unknown
- Passport
- serializeUser
- github#로컬저장소#원격저장소
- GitHub Actions
- typescript #constructor #class #public #private
- typescript #import #export #*
- Promise #async #await #try #catch
- mongodb 입출력
- typescript #class #constructor #public #private #static #extends #protected #typeof #in #instanceof #never
- __dirname
- typescript #class #extends #public #private #protected #static
- 정적 페이지
- sendFile
- github#githubpages#빈화면#basename
- react#로스트아크#mbti#테스트
- expess
- updatemany
- typescript #react #jsx #component #usestate
- TypeScript #문법
- git#github#init#add#commit#restore#log#staging area#repository#git사용법
- updateone
- ejs 문법
- git vscode
- github#githubpages#gh-pages#deploy
- deserializeUser
Archives
- Today
- Total
VaIice의 이야기
[Node.js] API method, URL 본문
1. method
(1) GET
데이터 요청
(2) POST
데이터 입력
(3) PUT
(4) UPDATE
데이터 수정
(5) DELETE
데이터 삭제
2. URL
endpoint
3. URL 작명 기술
(1) 동사보다는 명사
(2) 띄어쓰기는 -
(3) 파일 확장자 X
(4) 하위 문서 /
'[Node.js]' 카테고리의 다른 글
[Node.js] 페이지 기능 만들기 (0) | 2024.07.16 |
---|---|
[Node.js] 서버로 데이터 보내기, 게시글 삭제 만들기 (2) | 2024.07.16 |
[Node.js] 게시글 수정 만들기 (0) | 2024.07.15 |
[Node.js] 상세 페이지 만들기 (0) | 2024.07.14 |
[Node.js] 글쓰기 만들기 (0) | 2024.07.11 |