This is a social blog web based application where people can talk using real time messages
Some photos about this project:
- install Python
- cd into this project's root directory
- Run
pip install -r requirements.txt --upgrade
to install the app's dependencies - Run
flask run
to start the app - Access the running app in a browser at the URL written to the console (most likely http://localhost:5000)