Resal_Project Steps to Run this project after creating a new virtual environment and runing it:- 1- clone the project. 2- install all required packages by run this pip install -r requirements.txt 3- run server to use it by run this hypercorn main:app then open the localhost on your browser use this link http://127.0.0.1:8000/docs 4- to run client test run this command pytest