Open terminal from the root directory of the project and run the following commands:
Use the package manager pip to install foobar.
pip install -r requirements.txt
Use the package manager to install local package
pip install -e .
run server
cd API
python -m uvicorn app:app --reload