Set up a virtual environment and install dependencies.
pip install -r requirements.txt
Add the configuration details in the .env
file.
- API_KEY - YouTube Data API Key
- MONGO_CONNECTION_STRING - To connect to MongoDB.
- SECRET_KEY - Secret key for the Flask app
Run the app.
python app.py