https://www.ui5cn.com/courses/sap-cloud-platform-professional-development
git clone https://github.com/ajaytech/capmlevel1final.git
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
In the root of the project
npm install
npm i sqlite
Run in the root of the project
cds run
or to run it in memory basis.
cds run --in-memory