Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blackary/inventory-tracker
https://github.com/blackary/inventory-tracker
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/blackary/inventory-tracker
- Owner: blackary
- License: apache-2.0
- Created: 2024-03-12T19:32:32.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-12T19:32:34.000Z (8 months ago)
- Last Synced: 2024-10-11T09:33:07.360Z (about 1 month ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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.[![Open in Streamlit](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](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
```