Skip to content

shreyank06/delivery_fee_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

cd /api code

python3 -m venv .env
pip install flask

to start the api,

. .env/bin/activate 
python3 delivery_fee_api.py

to test the api, open another terminal

cd /test_cases
. .env/bin/activate 
python3 -m unittest tests.py

after the tests have passed, we can make request by the client by this command

    python3 client.py

About

Delivery fee api in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages