alu-back-end

All the API requests in this project run on a Python package called requests.

To use the work in this folder:

Install the requests module using:

pip install requests

or

python3 -m pip install requests