Skip to content
On this page

First steps - Tutorial

We will now try to add a new feature to your API. Let's say we want to add a list of cars to your users normally already present in the starter kit.

Add a new feature

First, we will have to create a new folder in src/features. We will follow the following naming convention: feature name in plural in kebab-case format (check here if you are interested in the different case styles).

So, for our cars, the folder will be named: src/features/cars, simply.