Add the teams service
We now generate the teams service using
feathers generate service
The generator will add some new modules and modify some existing ones. You can see all the changes here: Unified | Split
New modules
The directory has changed:
The teams service
We saw the users
service being added previously.
The teams
service has been added in exactly the same way.
There is nothing new.
The boilerplate differs only in the names of the services.
Generators. The Feathers generators are great for roughing out a project, creating something in its approximate, but not finished, form. The generators will write most of the boilerplate you need, while you concentrate on the unique needs of the project.