1.2.0 : Refactored Flask architecture for right Python import
- Refactored Flask architecture for right Python import (removing
sys.append()
and running as a module) - Now app.py is waiting for database to be up and running before starting
- Fixed Logger not printing logs to stdout