Course assignment to make a publisher/subscriber platform
Requirements: Python 2.7+, SQLite, Peewee
Peewee can be installed by pip install peewee
Alternatively a zip is provided with which you can install peewee manually
##Set up or clear the databse:
python database.py clear
##Running the server:
python server.py IP Port
##Running the client:
python client.py username server_ip server_port