/clarity_portal

Clarity LIMS portal app

Primary LanguagePythonMIT LicenseMIT

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