Dashboard for displaying company performance on web based.
Here are some of the features so far:
- Login page
- Dashboard overview
- Full color chart by Chart.js
- Report for: Sales, Delivery, Revenue
- Photo and video Galery
- Tariff check
- Tracking Airwaybill
- Branch location by Leaflet + OpenStreetMap using mapbox api
Currently deploy on my Free Tier AWS EC2 at here.
login with username: user & password: user
- Flask, web application framework
- Gunicorn, WSGI HTTP server
- Pandas, for data sorting and filtering
- Python-dotenv, for storing some secret key
Here step by step how I deploy this web on AWS EC2.