MohammadMirsafaei / IUT-Network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Network Project

This is a client-server project for network course.

Main Files

  • Client.py
  • Server.py

Up and running

  1. Grab project files. Import db.sql into mysql.
  2. Install tornado and torndb. Remember you cant use python 3.x cause torndb doesn't support that.
    $ pip install tornado torndb
  1. Run these commands and use them.
   $ python server.py
   $ python client.py

Admin User

There is only one admin user, { u: amir, p: 11041104}

About


Languages

Language:Python 100.0%