Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 1.6 KB

File metadata and controls

38 lines (21 loc) · 1.6 KB

Employee Management System

An Employee Management System in Django keeps track of all of the employee’s information and data. We’ve created all of the employee's and company crud (create, read, update, and delete) operations. This is a role-based module in which the admin can perform any operation on the data.

Python Django Bootstrap MySQL

Features

• Add Employee - The admin can add the employee in this software.

• View Employee Details - The admin can view the list of all employee details.

• Update Employee Details - The admin can edit the employee details and information.

• Delete Employee - The admin can remove the employee from the database.

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

Sample video of this Project

Employee Management System -

Emp.mp4

Installation

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

  pip install -r requirements.txt

Install the dependencies and start the server.

  python manage.py runserver