Skip to content

Latest commit

 

History

History

cap-media-malware

Introduction

This repository is an showcase about how to build cap application that allows users to upload files and check them for malware integrating SAP Malware Scanning Service on BTP.

For more info please visit the following blog. CAP: Handling of Media Data with Malware Scanning

Getting Started

It contains these folders and files, following our recommended project layout:

File or Folder Purpose
app/ content for UI frontends goes here
db/ your domain models and data go here
srv/ your service models and code go here
package.json project metadata and configuration
readme.md this getting started guide

Next Steps

  • Open a new terminal and run npm install to install dependencies
  • To build project run npm run build
  • To deploy project run npm run deploy
  • To test application use test.http

Learn More / Resources

Learn more at https://cap.cloud.sap/docs/get-started/.