- 1- Build server
- 2- Connect with admin and client to server
- 3- To collect information, send the request to the server through the admin, and then to the client
git clone https://github.com/LetsDefend/Simple-Live-Data-Collection
Server
cd server
python main.py
Admin
cd admin
python main.py
Client
cd client
python main.py
Change the "HOST" variable in main.py file
Screenshots