The app-route module is a built-in routing solution provided by NEXT.js. It simplifies the process of defining routes and handling navigation in your application
Setting Up a NEXT.js Project
npx create-next-app my-next-app
cd my-next-app
npm run dev
...