Simple instant messaging app using flask-socketio
flask-socketio documentation: https://flask-socketio.readthedocs.io/en/latest/
- Run 'docker-compose build' and 'docker-compose up' (need to wait a little bit for postgres container to get ready)
- Run 'docker-compose run web python init_db.py' and 'docker-compose run -e TESTING=true --rm web python -m unittest'

