A Python chat server using Flask and Socket.IO.
Checkout the frontend at: https://github.com/michaelpaul/chat50-ui
Run the commands from .gitpod.yml
to setup the environment and then run:
docker-compose up
- Start backing servicesheroku local
- Start the app
pip install '.[test]'
pytest
Run with coverage report::
coverage run -m pytest
coverage report
coverage html
- open htmlcov/index.html in a browser