https://github.com/irfanchahyadi/web-dashboard
Dashboard for displaying company performance on web based
https://github.com/irfanchahyadi/web-dashboard
bootstrap chartjs flask python
Last synced: 9 months ago
JSON representation
Dashboard for displaying company performance on web based
- Host: GitHub
- URL: https://github.com/irfanchahyadi/web-dashboard
- Owner: irfanchahyadi
- License: mit
- Created: 2019-11-10T10:39:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-01T21:17:17.000Z (about 3 years ago)
- Last Synced: 2025-03-31T23:51:20.198Z (about 1 year ago)
- Topics: bootstrap, chartjs, flask, python
- Language: Python
- Homepage:
- Size: 27.7 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Web-Dashboard
Dashboard for displaying company performance on web based.

Web-Dashboard
Here are some of the features so far:
- Login page
- Dashboard overview
- Full color chart by [Chart.js](https://github.com/chartjs/Chart.js)
- Report for: Sales, Delivery, Revenue
- Photo and video Galery
- Tariff check
- Tracking Airwaybill
- Branch location by [Leaflet](https://github.com/Leaflet/Leaflet) + [OpenStreetMap](https://www.openstreetmap.org/) using mapbox api
Currently deploy on my Free Tier AWS EC2 at [here](http://13.58.205.195/).
login with username: user & password: user
## Dependences
- [Flask](https://github.com/pallets/flask), web application framework
- [Gunicorn](https://github.com/benoitc/gunicorn), WSGI HTTP server
- [Pandas](https://github.com/pandas-dev/pandas), for data sorting and filtering
- [Python-dotenv](https://github.com/theskumar/python-dotenv), for storing some secret key
## How to deploy
[Here](demo/installation.md) step by step how I deploy this web on AWS EC2.
## License
[MIT License](LICENSE)