Skip to content

cynliuys/Lemonade

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NMLab final project : Housing Agency System

How to run the project?

Server

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

Client

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.

Backend

$ cd Lemonade
$ flask run 

Frontend

$ cd react-frontend
$ npm start

And then you can browse our website!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages