An open API service indexing awesome lists of open source software.

https://github.com/samply/episelector


https://github.com/samply/episelector

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# EpiSelector
An application supporting comparison group selection for observational studies in large datasets.

This Application is build with ReactJS, MaterialUI and Highcharts for the UI, Django for the backend and R-Studio for the statistical backend.

## Prerequisites
Install [Node.js] which includes [Node Package Manager][npm]

## Installations needed
To run the UI the following installtion is needed in the folder "/frontend"
### `npm install`

If needed install the CSS Framework Material UI separately:
### `npm i @mui/material`

## Run the EpiSelector UI

Start UI in the folder "/frontend" with
### `npm start`

Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.

The page will reload when you make changes.\
You may also see any lint errors in the console.