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
- github#githubpages#빈화면#basename
- updateone
- typescript #constructor #class #public #private
- mongodb 입출력
- insertone
- github#githubpages#gh-pages#deploy
- connect-mongo
- typescript #class #extends #public #private #protected #static
- typescript #react #jsx #component #usestate
- typescript #import #export #*
- updatemany
- deserializeUser
- react#로스트아크#mbti#테스트
- TypeScript #문법
- GitHub Actions
- Passport
- github#로컬저장소#원격저장소
- Promise #async #await #try #catch
- typescript #class #constructor #public #private #static #extends #protected #typeof #in #instanceof #never
- sendFile
- serializeUser
- git vscode
- 정적 페이지
- e.target
- ejs 문법
- CSS
- __dirname
- git#github#init#add#commit#restore#log#staging area#repository#git사용법
- expess
- typescript #unknown
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 |