Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 597 Bytes

README.md

File metadata and controls

35 lines (26 loc) · 597 Bytes

Run SQL Account API

Requirements

  • Python 3.7+

Install FastAPI

pip install fastapi

Install Uvicorn server

pip install "uvicorn[standard]"

Open PowerShell and run the following command line:

git clone https://github.com/Nb-Richard/sql_account_api

Navigate to the cloned folder

cd sql_account_api

Run the server with:

uvicorn sql_account_api:app --reload

The following output should be displayed, indicating the port on which the API is currently running.

api