Petstore-nodejs
The Petstore-node.js component is a component template that provides a first development step for creating a component to deploy.
This component comes with a basic architecture that can be cloned and used every time you need to develop a Node.js component.
File Structure
The petstore-component-nodejs component provides a flexible structure. Only two files must be present in the main directory:
-
component.json
and -
package.json
.
Read the Node.js code component documentation for more information about these files and their functions.