A Python reference backend for Alpaca's Broker API utilizing FastAPI.
- Database (PostgreSQL)
- Accounts API
- Funding API
- Plaid API integration
- Journals API
- Trading API
- Start up your database if applicable
- Navigate to the root of this project
- Run
uvicorn backend.main:app --reload
- Server will now be running on
http://127.0.0.1:8000