Web App I prototyped quickly for the company I worked for. Capable of storing, filtering and graphing container orders data as well as tracking container location with a valid timetocargo API key.
- Insert Data on orders and containers
- Display that data in a table
- Search and filter all data in the table
- Graph information on the orders automatically
- Track container's current location (Requires a working timetocargo API key to be added to the code)
First install dependencies with: pip install -r requirements.txt
And then run the app with: streamlit run app.py
This will give you a link you can open.
In the "Orders" tab, you first add new options as you wish for all the categories, and then submit your orders. After doing this you can see your orders on a table in the "View Table" tab and see them graphed in the "Analytics" tab.