Skip to content

ravi-2912/streamlit-trading-app

Repository files navigation

Streamlit Trading App

Make a copy of .env.dev to .env. Run create_encryption_key.py and add it to environment variable PASSWORD_ENCRYPTION_KEY in your .env.

Use the following commands to start up

    alembic upgrade head
    uv run -- streamlit run 🏠_Home.py

Creating migrations

    alembic revision --autogenerate -m "Add tables"

Apply migrations

    alembic upgrade head

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages