cd api
python3 -m venv .venv
pip install -r requirements.txt
cd src
fastapi devcd pdf-malware-detector-frontend
npm install
npm run devcd pdf-malware-detector-frontend
docker build -t pdf-malware-detector-frontend .
docker run -p 3000:3000 pdf-malware-detector-frontendL'application est alors accessible sur le port 3000.