Skip to content

ajaytech/capmlevel1final

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learn CAPM - Level 1

Final Code part of Learn SAP® Cloud Professional Development End-to-End

Section 5

https://www.ui5cn.com/courses/sap-cloud-platform-professional-development

Step 1: Pull the Repo

git clone https://github.com/ajaytech/capmlevel1final.git

Step 2: If you don't have CAPM CDS installed run below two commands

For this step NPM need to be present in your system, now Add Registery of SAP® NPM

npm set @sap:registry=https://npm.sap.com

Node Install CAPM CDS

npm install -g @sap/cds-dk

Step 3: Install dependency

In the root of the project

npm install

Step 4: Install Sqlite in project

npm i sqlite

Step 5: Run App with locally

Run in the root of the project

cds run

or to run it in memory basis.

cds run --in-memory