Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 505 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 505 Bytes

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