Activity 37: Python Flask .env and gitignore
Step 1: Set Up Flask Project
Install Flask and Python-dotenv Make sure you have Flask and python-dotenv installed to manage environment variables.
pip install Flask python-dotenv
What is .env file?
The .env file is used in projects to store co...
jacquelineaparijado.hashnode.dev2 min read