Skip to content

NextGenGk/Employee-Management-System-In-Python-Django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This Employee Management System performs basic CRUD Operations using Django, Python & Bootstrap.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published