Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 276 Bytes

File metadata and controls

12 lines (8 loc) · 276 Bytes

WebProgrammingFinal

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