Join our community

Get access to the complete guide to developing and deploying fast, production-ready Nuxt apps.

5-Intro

In this chapter, we’ll learn all about server routes with Nuxt 3.

We’ll start by refactoring our app to serve course data from an API. Then, we’ll set up Prisma and our database so we can fetch the data from there.

Along the way we’ll explore how we can type our endpoints, how data fetching works in Nuxt, and we’ll also dig deep into Nitro.