Join our community

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

5-Summary

In this chapter, we learned all about Nuxt 3 server routes, and how to build our own API.

We started out by refactoring our app to serve course data from an API, then we set up Prisma with our database. Now we’re fetching all of our course data from our database through our API.

We ended off this chapter with a deep dive into Nitro, the server engine that powers lots of the magic of Nuxt 3.