https://github.com/bhklab/kulgap
KuLGap is a web application that allows users to calculate KuLGaP as well as several other measurements of response to anti-tumour therapy.
https://github.com/bhklab/kulgap
Last synced: 4 months ago
JSON representation
KuLGap is a web application that allows users to calculate KuLGaP as well as several other measurements of response to anti-tumour therapy.
- Host: GitHub
- URL: https://github.com/bhklab/kulgap
- Owner: bhklab
- Created: 2020-07-09T19:21:05.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-22T17:11:15.000Z (8 months ago)
- Last Synced: 2024-12-30T03:23:40.317Z (6 months ago)
- Language: JavaScript
- Homepage: https://www.kulgap.ca/
- Size: 6.72 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# KuLGaP
KuLGap is a web application that allows users to calculate KuLGaP as well as several other measurements of response to anti-tumour therapy.## Setup Instructions
- Clone the repo
```bash
git clone [email protected]:bhklab/KuLGaP.git
cd KuLGap
```- In the project directory, install all the server dependencies using `pip install -r requirements.txt
- To start the server run this command `flask run`
- Start the client (development mode) by running `npm start`
- Open [http://localhost:3000](http://localhost:3000) to view it in the browser.## Dependencies
- React
- React-Router
- Express
- Knex
- Body-parser## Dev Dependenices
- Nodemon
- Eslint## Build Instructions
### `cd client && npm build`
Builds the app for production to the `build` folder.
It correctly bundles React in production mode and optimizes the build for the best performance.## Server
- Production Server: [http://kulgap.ca](http://kulgap.ca)