This directory contains code of a dashboard used to explore and compare epidemiological models aiming to predict the evolution of an epidemic.
Clone the project
git clone https://github.com/PAMepi/PAMepi_models_dashboard.gitEnter the project directory
cd PAMepi_models_dashboardEnter the frontend directory
cd frontendInstall the frontend dependencies
npm installStart the server
ng serveEnter the backend directory
cd backendCreate Environment
conda env create -f environment.ymlActive Fastapi
conda activate fastapiStart the server
uvicorn main:app --reload
