clone my git repo "https://github.com/Aravindhan-a-p/delta_task3"
python3.11 database.py
if it doesnt work run the commands manually
python3.11 server.py
python3.11 client.py
enter username and passwd
from curr working dir run
docker compose up
and open new terminal and run
docker ps
get id of the container and run the client script
docker exec -it <ID> /bin/sh
client.py