1-Run the following command in your terminal: pip install fastapi sqlalchemy requests uvicorn
2-Start the server with the following command: uvicorn main:app --reload
3-FastAPI's interactive Swagger UI documentation is available at: http://127.0.0.1:8000/docs