Skip to content

MoLoKo-52/Phone-book

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Phonebook gRPC System

Server setup

Install Dependencies

cd server
python3 -m venv venv
source venv/bin/activate  # On Windows: venv\Scripts\activate
pip install -r requirements.txt

If phonebook_pb2.py and phonebook_pb2_grpc.py are missing, generate them using:

python -m grpc_tools.protoc -I../proto --python_out=. --grpc_python_out=. ../proto/phonebook.proto

Run the server

python server.py

Flutter Client setup

Download the build application

Android (.apk)

MacOS

Connect to the server

Click on the settings icon and write there IP of the host mashine
You can check it by command in terminal:

ifconfig

Then click apply and the status should become "connected"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors 3

  •  
  •  
  •