commit ddf6e561f5d07561d99c411a7f41313d5671762f Author: abdelrhman Date: Thu Oct 23 17:28:28 2025 +0300 first diff --git a/README.md b/README.md new file mode 100644 index 0000000..70a08c1 --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +#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 ###### + +