Create a .env file and add the following lines: # Flask Configuration SECRET_KEY=<generate a secret string> FLASK_ENV=development FLASK_DEBUG=True