https://www.ui5cn.com/courses/sap-cloud-platform-professional-development
git clone https://github.com/ajaytech/capmlevel1final.gitFor 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-dkIn the root of the project
npm installnpm i sqliteRun in the root of the project
cds runor to run it in memory basis.
cds run --in-memory