Skip to content

michaelpaul/chat50-server

Repository files navigation

Chat50 Server

Python application Gitpod Ready-to-Code

A Python chat server using Flask and Socket.IO.

Checkout the frontend at: https://github.com/michaelpaul/chat50-ui

Local Development

Run the commands from .gitpod.yml to setup the environment and then run:

  • docker-compose up - Start backing services
  • heroku local - Start the app

Test

  • pip install '.[test]'
  • pytest

Run with coverage report::

  • coverage run -m pytest
  • coverage report
  • coverage html - open htmlcov/index.html in a browser

About

A Python chat server for my CS50 final project.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages