Commands to running the app
cd backend
python -m venv venv
source venv/bin/activate
python -m venv venvpython -m venv venv
python -m venv venv .\venv\Scripts\activate
pip install -r requirements.txt
pytest -v
python app.py
Application working as below
Jenkins test passed as below