Polls App Installation 1. Use the package manager pip to install the packages in requirements.txt pip install -r requirements.txt 2. Enter to the "frontend" folder: Use the package manager npm to install the node modules and to build the react project npm install npm run build Run Enter the "polls_app" folder and run: python manage.py runserver