[Learn]Build a Business Application Using CAP for Node.js
https://developers.sap.com/mission.cp-starter-extensions-cap.html
1、使用VSCode创建服务
https://developers.sap.com/tutorials/cp-apm-nodejs-create-service.html
通过使用 SAP Cloud 应用程序编程模型 (CAP) 并在本地环境中进行开发,使用 Core Data & Services (CDS)、Node.js 和 SQLite 开发示例业务服务
你将学习
- 如何使用 CAP 开发示例业务服务
Node.js
- 如何定义一个简单的数据模型和一个公开您在数据模型中创建的实体的服务
- 如何在本地运行您的服务
- 如何将数据模型部署到
SQLite
数据库 - 如何添加自定义处理程序来处理未自动处理的请求
2、发布CAP(Cloud Application Programming)应用到 SAP BTP
没有测试账号,无法学习这一步骤