https://github.com/streamlit/inventory-tracker-template
https://github.com/streamlit/inventory-tracker-template
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/streamlit/inventory-tracker-template
- Owner: streamlit
- License: apache-2.0
- Created: 2024-06-27T23:02:33.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-02T18:54:59.000Z (12 months ago)
- Last Synced: 2025-03-26T13:54:06.624Z (3 months ago)
- Language: Python
- Size: 10.7 KB
- Stars: 2
- Watchers: 0
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# 🛍️ Inventory tracker template
A Streamlit app showing how to use `st.data_editor` to read and modify a database. Behind the scenes
this uses a simple SQLite database, but you can easily replace it with whatever your favorite DB is.[](https://inventory-tracker-template.streamlit.app/)
### How to run it on your own machine
1. Install the requirements
```
$ pip install -r requirements.txt
```2. Run the app
```
$ streamlit run streamlit_app.py
```