prisma는 ORM으로, 객체를 schema로 정의한다음 그 객체와 내가 선택한 데이터 베이스를 연결시켜주는 매개체이다.server side쪽에서 데이터 베이스를 CRUD가능하도록 해준다. 또한 node js와 typescript를 사용하기에, javascript를
몇번 사용한적은 있지만 아주 대략적으로만 알고 있어서 구글링 해보았다.우선 영어설명을 들여다 보자. A RESTful API is an architectural style for an application program interface (API) that uses H