Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 314 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 314 Bytes

SecureBank

SecureBank is a secure system for an imaginary bank which handles client requests for creating accounts and etc.

It's fairly easys to run the project:

  1. For server side, in the server directory run:

    python3 server.py

  2. For client side, in the client directory run:

    python3 client.py