Project created in the context of the B65-Synthèse course.
Simply create a file data.py
in the repository's root folder with the following info,
according to Flask-SQLAlchemy's documentation:
data = {
'SECRET_KEY': 'a hard to guess string',
'DEV_DB_URL': 'URI for the development database',
'TEST_DB_URL': 'URI for the testing database',
'PROD_DB_URL': 'URI for the production database'
}