Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 585 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 585 Bytes

IGO Run QC

Application that displays all post sequencing stats for IGO to make pass/fail/deliver decisions for samples and projects.

Development Setup

Frontend

  1. 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 file

  2. Run

cd backend
npm install
npm run start