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: about 2 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 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-01T21:17:17.000Z (almost 2 years ago)
- Last Synced: 2024-11-07T07:46:57.496Z (4 months ago)
- Topics: bootstrap, chartjs, flask, python
- Language: Python
- Homepage:
- Size: 27.7 MB
- Stars: 3
- Watchers: 2
- 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-DashboardHere 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 apiCurrently 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)