Add MongoDB URI configuration to .streamlit/secrets.toml for secure database connection
ddfae15
James McCoolcommited on
Reorder Dockerfile instructions to ensure requirements are installed after copying the requirements file. This change improves the build process by maintaining a clear sequence for dependency installation.
7fdc568
James McCoolcommited on
Refactor Dockerfile to improve secret handling by replacing the previous git clone command with git initialization and remote setup using the MongoDB URI secret. Additionally, ensure requirements are installed after copying the requirements file.
b4c7834
James McCoolcommited on
Update Dockerfile to clone MongoDB URI repository at build time, replacing previous git initialization and remote setup. This change enhances the handling of secrets during the Docker build process.
d18edc5
James McCoolcommited on
Refactor Dockerfile to streamline MongoDB URI configuration by replacing the creation of .streamlit directory with a git initialization and remote setup using a secret for the MongoDB URI.
5896804
James McCoolcommited on
ping
0f5984c
James McCoolcommited on
Remove .gitignore file and update Dockerfile to create .streamlit directory and add MongoDB URI secrets configuration.
8a35566
James McCoolcommited on
Add .gitignore file to exclude common Python, virtual environment, IDE, and OS files
dbfbd84
James McCoolcommited on
Update requirements and enhance Streamlit app with MongoDB integration. Added pymongo to requirements and implemented database connection and data retrieval in streamlit_app.py.