Skip to content

Source code for new client application for RaMP-DB

Notifications You must be signed in to change notification settings

ncats/RaMP-Client

Repository files navigation

RaMP DB Web Client and API

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).

Technology Stack

Dependencies

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

Running the Applications

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

API documentation can be found here