In this tutorial, we’re going to use the NestJS framework for Node to build an API for a small but fully functional CRUD recipe app. Along the way, you'll see just how powerful and elegant this framework can be.
Creating any non-trivial app requires a good project structure and organization. Otherwise, we can easily end up with a project which is hard to maintain, test, and extend. Having a good structure is especially important when a project is developed by a team. In that case, the good structure, consistent code organization and common naming conventions ensure that the app’s codebase will be manageable and maintainable even when written by different developers.
In this tutorial, you'll learn about a Node.js framework called NestJS, which provides you with a great project structure from the very beginning.
We’re going to use Nest to build an API for a simple CRUD recipe app. We’ll also provide a Vue front end to consume the API with the following functionality:
This app, even though small and simple, will be enough to demonstrate the main features of the Nest framework.
Unlimited access to this title and 600+ others in our library
New titles added frequently
Cancel anytime