Skip to content

The react web app that handles the service results

Notifications You must be signed in to change notification settings

MOZI-AI/service-result

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Result page for SingularityNET's moses service

This application helps track the progress of a particular moses analysis and download the result once it is completed. The particular analysis run is identified by an ID that is passed as part of the URL.

Running the application

  1. Clone the project
    git clone https://github.com/MOZI-AI/service-result

  2. Go into the project folder and install dependencies
    cd service-result
    npm i

  3. Define SERVICE_ADDR enviroment variable. It should point to the server that responds with the status of moses analysis runs.
    export SERVICE_ADDR=<ADDR>

  4. Run the project
    npm start

  5. When the project opens in your browser append the identifier to the URL ( ?id=<IDENTIFIER> ) and navigate to it.

About

The react web app that handles the service results

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •