Quotes Application with Vue and Flask
To get databases working, need to first set up Mongita Databases using the two Python files:
run:
python3 create-quotes-db.py this creates the quotes db
python3 create-comment-db.py this creates the comments db