Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 824 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 824 Bytes

DADI x Verasity

Sample application using DADI web services to manage Verasity videos

Screenshot of the sample application

Installation

  1. Install the applications

    npm install
    
  2. Create an oAuth client for API. For the purpose of the demo, choose vera-client as the client ID and vera-secret as the client secret.

    cd api
    npm explore @dadi/api -- npm run create-client
    
  3. Start each app individually

    # Starting API
    cd api && npm start
    
    # Starting Publish
    cd publish && npm start
    
    # Starting Web
    cd web && npm start
    
  4. Access the website at http://localhost:3080 and the CMS interface at http://localhost:3030.

About DADI

To learn more about the DADI web services, head to https://dadi.cloud.