Skip to content

LiuzLab/MARRVEL2

Repository files navigation

MARRVEL

Install / Prepare to Run

  1. Create the credential files below:

    • app/config/aws/{environment}.json
    {
      "accessKeyId": "your key",
      "secretAccessKey": "your secret key"
    }
    • app/config/mongo/{environment}.json
    {
      "host": "host",
      "port": "port",
      "user": "user name",
      "pwd": "password",
      "database": "database name for identification and retrieving data"
    }
    • app/config/omim/{environment}.json
    "your omim key"
    • app/config/recaptcha/{environment}.json
    "reCAPTCHA key"
  2. Install Python packages requirements.txt and run setupTransVar.sh to install and configure TransVar.

    $ pip install -r requirements.txt
    $ ./setupTransVar.sh
  3. Install packages with npm:

    $ npm install

Build

Command to build

$ ng build --prod

Run

Command to run the server:

$ node app

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published