Skip to content

UMCUGenetics/clarity_portal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clarity Portal

Install

python3.11 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Development server

flask --app portal run --debug

Production server

gunicorn -w 4 portal:app