How to run Backend Before we will do anything in the Backend cd to pokedex-be pip install -r requirements.txt How to run the backend make sure you are at pokedex-be and you have pip installed dependencies terminal run: python main.py To run the be - tests make sure you are at pokedex-be terminal run: $env:PYTHONPATH="." terminal run: pytest tests/pokemon_test_manager.py Frontend Before we will do anything in the Frontend cd to pokedex-fe npm install How to run the frontend make sure you are at pokedex-fe and you have npm installed terminal run: npm run dev go to http://localhost:5173/ how to run the frontend tests cd pokedex-fe npm run test