#Setup # تثبيت المكتبات (Dependencies) #pip install fastapi uvicorn pyyaml #Operational Sequence #Run uvicorn API:app --log-config LOG.yaml to get my custom format log #http://127.0.0.1:8000/docs my Swagger docs and you can try my API #Open new term1 then run ./Final_MOnitor.sh Monitor script and here will you see every change you do on my API #OPen new term2 then run ./PO.test.api.sh traffic script to play with Api and see logs ####NOTE##### #dont forget to see $LOG_FILE path in script to be sure if it the same with files in your device #you have to be in the same directory with API and LOG.yaml files when you run uvicorn command ####dont forget to see paths very well ###### #######Finally , i hope i could do it well ######