Create a Social Media Backend
Beginner
10 min.
Use the Visual Cloud Functions, a part of SAP Build Apps, to build a backend to store social media information for each product, and create a function to do calculations on the server.
You will learn
- How to create entities in Visual Cloud Functions
- How to create a function in Visual Cloud Functions
- How to deploy your backend project
The application you are building will get business data from the Northwind OData service, but you will also want to create and manage your own data and mash it up in the front end with your business data.
Specifically, you will want to keep track of product ratings, as well as comments about the products.
