Skip to content

PatricioHenderson/GRPC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

GRPC

To run this program, will need to create a virtual enviroment, and then instal requeriments.txt

Making requests

By this way a request will be made using app.py as server and client.py to make the request

cd fee_and_tax
python3 -m venv venv 
source venv/bin/activate
pip3 install -r requirements.txt
python app.py

In another bash

cd fee_and_tax
source venv/bin/activate
python client.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages