This code configures the main app to get connection with the database. The code would typically be added to app.py file Requires SQLAlchemy ```python !pip install Flask-SQLAlchemy ``` Username: root Password: Supervote50000 Name of DB: votingsystem
This code configures the main app to get connection with the database.
The code would typically be added to app.py file
Requires SQLAlchemy
Username: root
Password: Supervote50000
Name of DB: votingsystem