Skip to content

Commit b203683

Browse files
authored
Adding to Github
1 parent 6cd2e51 commit b203683

37 files changed

Lines changed: 725 additions & 1 deletion

Emp.mp4

938 KB
Binary file not shown.

README.md

Lines changed: 44 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,44 @@
1-
# Employee_Management_System-In-Python-Django
1+
2+
# Employee Management System
3+
4+
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.
5+
6+
# License
7+
8+
![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54)
9+
10+
![Django](https://img.shields.io/badge/django-%23092E20.svg?style=for-the-badge&logo=django&logoColor=white)
11+
12+
![Bootstrap](https://img.shields.io/badge/bootstrap-%23563D7C.svg?style=for-the-badge&logo=bootstrap&logoColor=white)
13+
14+
![MySQL](https://img.shields.io/badge/mysql-%2300f.svg?style=for-the-badge&logo=mysql&logoColor=white)
15+
16+
## Features
17+
18+
• Add Employee - The admin can add the employee in this software.
19+
20+
• View Employee Details - The admin can view the list of all employee details.
21+
22+
• Update Employee Details - The admin can edit the employee details and information.
23+
24+
• Remove Employee - The admin can remove the employee from the database.
25+
26+
• Filter Employee Details - The admin can filter the employee details based upon the specific conditions
27+
28+
## Sample Gif of this Project
29+
30+
![EMS](https://user-images.githubusercontent.com/95544839/215174452-89f6e634-628b-4329-83d3-410985a389a4.gif)
31+
32+
## Installation
33+
34+
This requires Python v3.8+ and Django v4.0.4+ to run.
35+
36+
```bash
37+
pip install django
38+
```
39+
40+
Install the dependencies and start the server.
41+
42+
```bash
43+
python manage.py runserver
44+
```

db.sqlite3

132 KB
Binary file not shown.

emp/__init__.py

Whitespace-only changes.
191 Bytes
Binary file not shown.
232 Bytes
Binary file not shown.
464 Bytes
Binary file not shown.
800 Bytes
Binary file not shown.
538 Bytes
Binary file not shown.
1.86 KB
Binary file not shown.

0 commit comments

Comments
 (0)