Join our community

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

5-2 Lesson Endpoint

In this lesson, we finish building our lesson endpoint.

We’ll take advantage of the isomorphic nature of Nuxt (things work on both the client and server) and copy the logic from our validation to build the API endpoint.

We’ll also see how we can build some manual “tests” using Hoppscotch. This makes it much simpler to quickly see if our API is working, but isn’t a replacement for a good test suite.