Skip to content

A web application built with flask and sqlite3 to address the management needs of a company

Notifications You must be signed in to change notification settings

thejas2025/Hercules-Payroll-suite

Repository files navigation

HERCULES - HRM/PAYROLL Suite

A web application to address the management needs of a company built with flask,python and sqlite.

Features:

  • Add/Update employee's profile
  • Salary calculation by uploading attendance sheet as CSV
  • Inbuilt email feature to send salary slips to respective employees through their registered email IDs
  • Make sure python3 and flask are installed.

Clone the repository

In Windows :

  • Open command prompt inside project directory
>set FLASK_APP=main.py
>set FLASK_ENV=development
>set FLASK_RUN_PORT=5000
>flask run

In Linux/macOS :

  • Open terminal inside project directory
$ export FLASK_APP=main.py
$ export FLASK_ENV=development
$ export FLASK_RUN_PORT=5000
$ flask run
  • Open browser and go to localhost:5000.

About

A web application built with flask and sqlite3 to address the management needs of a company

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published