npm install
npm run dev
Pocketbase served at rollbit.pockethost.io
create a .env with pb credentials
(username = [email protected], password = examplePassword)
navigate to `python_api` folder and
`source venv/bin/activate`
`uvicorn main:app --reload --host 0.0.0.0`
^^^ above is only if you want to refresh historical data, shouldn't be necessary for the most part