https://github.com/samply/episelector
https://github.com/samply/episelector
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/samply/episelector
- Owner: samply
- Created: 2023-02-07T14:23:25.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2024-07-26T10:18:38.000Z (10 months ago)
- Last Synced: 2025-02-20T03:13:36.646Z (3 months ago)
- Language: JavaScript
- Size: 1.58 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.