- Python 3.7+
pip install fastapi
pip install "uvicorn[standard]"
git clone https://github.com/Nb-Richard/sql_account_api
cd sql_account_api
uvicorn sql_account_api:app --reload
The following output should be displayed, indicating the port on which the API is currently running.