https://github.com/streamlit/inventory-tracker
https://github.com/streamlit/inventory-tracker
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/streamlit/inventory-tracker
- Owner: streamlit
- License: apache-2.0
- Created: 2024-02-26T14:56:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-07T22:02:44.000Z (over 2 years ago)
- Last Synced: 2025-01-29T10:36:30.185Z (over 1 year ago)
- Language: Python
- Size: 10.7 KB
- Stars: 4
- Watchers: 1
- Forks: 35
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# :shopping: Inventory tracker
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
```