Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.42 KB

File metadata and controls

40 lines (25 loc) · 1.42 KB

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 GIF

Employee Management System

Installation

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

Install the dependencies and start the server.

python manage.py runserver

License

MIT

Free Software, Hell Yeah!