Sriramsureshkumar / Employee_management_portal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Employee Management System

Python Django Bootstrap VS Code Insiders

This Employee Management System performs basic CRUD Operations.

Features

  • Add Details such as Name, ID, Phone, Address, Working Status & Department.
  • Uses single form to add details one at a time.
  • Select Department using Dropdown menu & Working Status using Checkbox.
  • View Employees Table on Home Page.
  • Update Existing Details using the same form with prefilled previous data.
  • Delete any Employee Detail with single click and auto Serial No. adjustment.

This Application was created using Python, Django, HTML/CSS, and Bootstrap.

Sample Image

ss_emp empadd

Installation

This requires Python v3.8+ and Django v4.0.4+ to run.

Install the dependencies and start the server.

python manage.py runserver

About


Languages

Language:HTML 57.0%Language:Python 43.0%