Backend/JavaScript,NodeJS, Express
Postman / MySQL 설치하기
jellylucy
2021. 3. 13. 18:40
Postman이란
개발한 API를 테스트하고 테스트 결과를 공유하여 API개발의 생산성을 높여주는 플랫폼입니다.
여기서 API란
Application Programming Interface 프로그램과 또 다른 프로그램을 연결해주는 일종의 다리.
응용프로그램에서 사용할 수 있도록, 운영체제나 프로그래밍언어가 제공하는 기능을 제어할 수 있게 만든 인터페이스를 뜻한다.
Postman 설치
Postman | The Collaboration Platform for API Development
Postman makes API development easy. Our platform offers the tools to simplify each step of the API building process and streamlines collaboration so you can create better APIs faster.
www.postman.com
Postman 사용법
Get 입력창에 다 내가 만든 서버URL를 입력한다.
MySQL 이란
MYSQL은 오픈소스 데이터베이스이다.
DBMS 라고한다. 데이터 베이스 관리 시스템 또는 소프트웨어를 칭한다
데이터베이스를 관리 운영하는 역할
여러명의 사용자나 프로그램이 공유하고 동시에 접근이 가능함
데이터베이스란
어느 한 조직의 여러 응용 시스템이 공유할 수 있도록 통합. 저장된 운영데이터의 집합.
MYSQL 설치하기
세가지를 설치한다.
1. MYSQL installer
2. MYSQL Server
3. MYSQL workbench