반응형
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
- 활동 킬로칼로리
- dml
- 홈트
- 걷기
- SQL
- axios
- git
- nodejs
- node
- wecode
- 크로스핏
- code kata
- JavaScript
- Til
- 박스점프
- 드림코딩
- MySQL
- dql
- 위코드
- Udemy
- 달리기
- node.js
- 운동일지
- github
- 습윤밴드
- 독서 리뷰
- 메디패치
- 러닝
- 월별 운동일지
- express
Archives
- Today
- Total
목록httpie (1)
RISK IT
[TIL4_23.1.12.] Simple API - 게시글 등록, 목록조회 및 httpie 입력방법
이 번 글은 assignment 2: 게시글 등록하기 assignment 3: 게시글 목록 조회하기 두 개 진행한 소스코드이다. const users = [ { id: 1, name: "Rebekah Johnson", email: "Glover12345@gmail.com", password: "123qwe", }, { id: 2, name: "Fabian Predovic", email: "Connell29@gmail.com", password: "password", }, ]; const posts = [ { id: 1, title: "간단한 HTTP API 개발 시작!", content: "Node.js에 내장되어 있는 http 모듈을 사용해서 HTTP server를 구현.", userId: 1, }, ..
IT/TIL
2023. 1. 13. 14:23