This is a client-server project for network course.
- Client.py
- Server.py
- Grab project files. Import db.sql into mysql.
- Install tornado and torndb. Remember you cant use python 3.x cause torndb doesn't support that.
$ pip install tornado torndb
- Run these commands and use them.
$ python server.py
$ python client.py
There is only one admin user, { u: amir, p: 11041104}