Skip to content

dadi/verasity-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Demo application integrating DADI with Verasity

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published