/Payroll-Management-System

The above code is a simple implementation of a payroll management system using Flask, a micro web framework in Python, and Flask-MySQL, a Flask extension for connecting to MySQL databases. It uses SQL to interact with a MySQL database and implements CRUD (Create, Read, Update, Delete) operations on payroll data stored in the database.

Primary LanguageHTMLMIT LicenseMIT

No issues in this repository yet.