This Employee Management System performs basic CRUD Operations.
- 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.
This requires Python v3.8+ and Django v4.0.4+ to run.
Install the dependencies and start the server.
python manage.py runserver
MIT
Free Software, Hell Yeah!