Skip to content

xiaoyanshen799/HMM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Broker2 API (FastAPI)

Quick start

  1. Create and activate a virtualenv (recommended)
  2. Install dependencies:
pip install -r requirements.txt
  1. Run the server:
uvicorn app.main:app --reload --host 0.0.0.0 --port 8000
  1. Open docs: http://localhost:8000/docs

Testing endpoints quickly

  • Shell script with many sample calls:
bash scripts/test_api.sh
  • HTTP client file (VS Code/IntelliJ/HTTPie-compatible): requests.http
    • Open the file and execute the request blocks individually.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors