Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 1.17 KB

README.md

File metadata and controls

11 lines (9 loc) · 1.17 KB

famark-cloud-api-nodejs-example

This is a sample code showing how to call Famark Cloud API to store and retrieve data from a NodeJS application.

Setup Steps:

  1. This example requires Famark Cloud Instance, you can register free instance or sign in to your existing instance or download Famark Cloud for Windows or Linux platforms from famark.com/cloud/products.
  2. This example performs Create, Retrieve, Update and Delete (CRUD) actions on Contact entity present in Business Solution, so make sure you have the Business solution installed in your instance, if not then goto:- Solutions > more actions (...) > Import Solution > Import From Store > Business Solution Install > Import Solution
  3. Clone this repository and run npm install from root to get package dependencies.
  4. Run the application with npm start enter your famark cloud credentials and perform CRUD operations on Business Contact entity from NodeJS.

You can modify the code to perform these operations on your own entities.