Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 287 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 287 Bytes

stocks

Stock Screener using FastAPI

Active virtual environment

$ python3 -m virtualenv venv
$ source .venv/bin/activate

Install

$ pip install -r requirements.txt

Server running

$ uvicorn main:app --reload