Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 524 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 524 Bytes

broker-fastapi-backend

A Python reference backend for Alpaca's Broker API utilizing FastAPI.

Implemented features:

  • Database (PostgreSQL)
  • Accounts API
  • Funding API
  • Plaid API integration
  • Journals API
  • Trading API

How to run the backend server

  1. Start up your database if applicable
  2. Navigate to the root of this project
  3. Run uvicorn backend.main:app --reload
  4. Server will now be running on http://127.0.0.1:8000