https://github.com/streamlit/inventory-tracker-template
https://github.com/streamlit/inventory-tracker-template
Last synced: 12 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 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-02T18:54:59.000Z (almost 2 years ago)
- Last Synced: 2025-04-12T19:46:12.478Z (about 1 year ago)
- Language: Python
- Size: 10.7 KB
- Stars: 3
- 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
```