HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
📝
프론트엔드 스쿨 교안(1기)
/
📝
json generate & postman
📝

json generate & postman

가짜 데이터나 가짜 서버가 필요할 때가 있습니다. json generate은 가짜 json파일을 생성해주는 서비스이고 postman은 network testing 툴이에요.
  • Node 챕터에 Postman 자료가 좀 더 상세합니다.

1. json generate

JSON Generator - Tool for generating random data
Generate any random data you want with power of agile templates and save it to our servers for later use.
JSON Generator - Tool for generating random data
https://www.json-generator.com/

2. postman

  • Node 챕터에 Postman 자료가 좀 더 상세합니다.
Postman - Sign In
Postman - Sign In
https://web.postman.co/
회원가입 후 workpaces를 클릭합니다. 회원가입 중간에 나오는 team 설정은 건너뛰셔도 괜찮습니다.
notion image
디렉토리 명을 입력하고 New workspace를 클릭하세요.
notion image
이름을 입력하고 create workspace and team을 클릭하세요.
notion image
Go to Workspace를 클릭하시고 탭에서 + 버튼을 누르시면 됩니다.
notion image
notion image
보내고 싶은 방식대로 수정을 하고 send를 클릭해주세요. (http://localhost:8080은 데스크탑 버전을 다운로드하여 실행시켜야 니다.)
notion image
하단 Response 탭에서 다운로드할 수 있습니다.
notion image