It is required to install some libraries on your computer in advance. (ex.numpy, ecdsa... ) First, we should open the control panel of servers.
$ cd control_panel
$ bash run.sh
Then open four terminals to run four servers (which should be set by real estate agents).
$ cd real_estate_agents
$ bash run1.sh
$ cd real_estate_agents
$ bash run2.sh
$ cd real_estate_agents
$ bash run3.sh
$ cd real_estate_agents
$ bash run4.sh
If the client and server are not on the same host, we should change the 'HOST' into server's fixed IP address in client/client.py It is needed to install flask first.
$ cd Lemonade
$ flask run
$ cd react-frontend
$ npm start
And then you can browse our website!