Skip to content

A Basic Flask **Employee Dashboard-- Feel free to tinker, improve, and adapt it for your own needs. **Using it as an employee dashboard is just to give an example, can be applied for any type of related use-case.

Notifications You must be signed in to change notification settings

N1TSUA-TATHAM-crzywrld/flask-dashboard-boilerplate--w-crud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask Dashboard
with
C.R.U.D


Version 1.0 Made with Python Made with HTML License PRs Welcome Flask
Stars Forks


Screenshot of Website / running HTML code given in this repo.


A Basic Flask Employee Dashboard

Feel free to tinker, improve, and adapt it for your own needs. No doubt could be improved upon, so.... feel free 🙂


- This repository is designed as a template or starting point for any project that requires a straightforward employee (or general data) management system.

  • Contains a beginner-friendly Flask 🐍 project for managing employee records (add, edit, delete) with SQL for data storage.
  • Also uses some "dummy data" :JavaScript charts for visualizing analytics.

🏗 Directory Structure

your-flask-app/
│── app/
│   ├── static/       # Static files (CSS, JS)
│   ├── templates/  # HTML templates
       ---reviews.html
       ---profile.html  
       ---index.html
|
│   ├── main.py       # Flask app entry point
│── config.py         # App configuration
│── requirements.txt  # Dependencies
│── README.md         # Project documentation

  • 🔥 Lightweight Flask backend
  • 🗂️ SQL Integration – Store and retrieve employee data via a relational database.
  • 💻 CRUD Operations – Seamless create, read, update, and delete functionality for managing employee records.
  • 📑Flask Framework – A simple Python back-end setup with clear routes and views.
  • 📊 JavaScript Charts – Visualize analytics or metrics on your dashboard with interactive chart libraries.\
  • 📝 Customizable UI – Easily adapt the HTML, CSS, and JS for your own branding or layout preferences.\

About

A Basic Flask **Employee Dashboard-- Feel free to tinker, improve, and adapt it for your own needs. **Using it as an employee dashboard is just to give an example, can be applied for any type of related use-case.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published