Commit History

Add MongoDB URI configuration to .streamlit/secrets.toml for secure database connection
ddfae15

James McCool commited 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 McCool commited 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 McCool commited 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 McCool commited 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 McCool commited on

ping
0f5984c

James McCool commited on

Remove .gitignore file and update Dockerfile to create .streamlit directory and add MongoDB URI secrets configuration.
8a35566

James McCool commited on

Add .gitignore file to exclude common Python, virtual environment, IDE, and OS files
dbfbd84

James McCool commited 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.
b92949e

James McCool commited on

initial commit
2caf167
verified

Multichem commited on