The home for developers
Track your course progress, manage projects, and find your dream job - all in one place.
Start Your Free Trial7 Day Free Trial. Cancel Anytime.
SitePoint Premium
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.
Ivaylo Gerchev
0 total