[nextjs]앱라우트,페이지라우트/App Route,Page Route

👉🏻App Route와 Page Route를 이해하기 위해서 데이터베이스 없는 간단한 방명록을 만들어 봅니다.To understand App Routes and Page Routes, we will build a simple guestbook without a database. 👉🏻 입력되는 값은 배열에 저장됩니다.The input values ​​are stored in an array. 📁 프로젝트 생성Create Project 📁 API 만들기 / Creating an API ▷ Next.js는 확장자가 .js, .ts, … Continue reading [nextjs]앱라우트,페이지라우트/App Route,Page Route