Preeclampsia Risk Estimator

Getting started

Installing packages

npm install

Setting up environment variables

Make sure there is .env file in the root directory. The example for filling the data is located in .env-example.

Populating the db

npm run populate-db

Running project

Development

  1. Run Node project script:
npm run nstart
  1. Run React project script:
npm run rstart
  1. App should be available at http://localhost:3000