Skip to content

ting7777/sql_account_api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Run SQL Account API

Requirements

  • Python 3.13+

Install FastAPI

py -m ensurepip --upgrade
py -m pip install --upgrade pip
py -m pip install fastapi

Install Uvicorn server

py -m pip install "uvicorn[standard]"

Install pywin32

py -m pip install pywin32

Install Git for Windows

https://git-scm.com/download/win

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:

py -m uvicorn sql_account_api:app --reload

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

api

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%