Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Latest commit

 

History

History
30 lines (19 loc) · 1.35 KB

README.md

File metadata and controls

30 lines (19 loc) · 1.35 KB

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