change-with-tip Installation for backend instructions python -m venv venv source venv/bin/activate pip install -r requirements.txt Frontend Installation cd templates && npm install npm start