This are the web client and API for the RaMP DB R package. You can find details on the capabilities on its repository (https://github.com/ncats/RaMP-DB).
To run this application localy or on a server, you'll need to have the following software installed:
- Node
- npm - usually included in the node installation
- Angular CLI - after you install npm, on any command line run
npm install -g @angular/cli@latest
- Optional: Docker, if you want to run the application in a container
There are two application to run, the client and the API. They communicate with each other via the HTTPS protocol and send data back and forth in JSON format.
Please follow these instructions to run the client application and these instructions to run the API.
API documentation can be found here