https://github.com/mskcc/igo-run-qc-node
https://github.com/mskcc/igo-run-qc-node
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mskcc/igo-run-qc-node
- Owner: mskcc
- Created: 2022-10-14T14:18:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-12T13:49:18.000Z (5 months ago)
- Last Synced: 2025-02-12T14:54:45.917Z (5 months ago)
- Language: JavaScript
- Size: 1.36 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IGO Run QC
Application that displays all post sequencing stats for IGO to make pass/fail/deliver decisions for samples and projects.
## Development Setup
### Frontend1) Setup
```
cd frontend
npm install
npm run start # application should be started on localhost:3000
```2) Cookie - start the IGO login app locally on port 3000 and login successfully, this will store the local cookie then you can stop the local login app and run this app.
### Backend
1) Configurations - Update `.env` file2) Run
```
cd backend
npm install
npm run start
```