Amani-Alqaisi / B4UAgree

B4UAgree is a browser extension that simplifies and summarizes privacy policies in real-time, empowering users to make informed decisions about their online privacy. Tailored for common users, and privacy enthusiasts, it provides customizable insights for a transparent online experience.
0 stars 1 forks source link

Flask controller #4

Closed coder2343 closed 7 months ago

coder2343 commented 7 months ago

how run

ensure flask and all dependcies is is installed
python3 test_flask.py
api endpoints that can be accesed
127.0.0.1:5000/sum or 127.0.0.1:5000/sendpolicy (note that the ip address change on network with computer)

######## use postman as easy way to interact with api endpoints.