This project demonstrates a simple client-server interaction using Python's httpx and Flask. The client sends a login request to the server with an ID and token for authentication, and if successful, the client can send further authorized requests to the server. The server then echoes the received data.
- Python 3
- Flask
- httpx
- Clone the repository:
git clone
- run create a public port, and run my-server.py. then in another terminal run my-calls.py to the message printed to terminal.