- cd to pokedex-be
- pip install -r requirements.txt
- make sure you are at pokedex-be and you have pip installed dependencies
- terminal run: python main.py
- make sure you are at pokedex-be
- terminal run: $env:PYTHONPATH="."
- terminal run: pytest tests/pokemon_test_manager.py
- cd to pokedex-fe
- npm install
- make sure you are at pokedex-fe and you have npm installed
- terminal run: npm run dev
- go to http://localhost:5173/
- cd pokedex-fe
- npm run test