Outline basic Flask application format. Include: - [ ] main.py with only config/boot code (creates flask application and does NOT define any routes) - [ ] routes.py or equivalent, which defines initial/unsorted routes - [ ] db.py (empty for now) - [ ] pipfile