Shobhit1338 /
Employee-Management-System
This Employee Management System performs basic CRUD Operations using Django, Python & Bootstrap.
61/100 healthLoading repository data…
NextGenGk / repository
This Employee Management System performs basic CRUD Operations using Django, Python & Bootstrap.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
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.
• 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.
Employee Management System -
This requires Python v3.8+ and Django v4.0.4+ to run.
pip install -r requirements.txt
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.mysql',
# 'NAME': BASE_DIR / 'db.sqlite3',
'NAME': 'newemp', # add you database name (schema name eg: newemp)
'USER': 'root',
'PASSWORD': 'root',
'HOST': 'localhost',
'PORT': '3306'
}
}
python manage.py migrate
python manage.py runserver
Selected from shared topics, language and repository description—not editorial ratings.
Shobhit1338 /
This Employee Management System performs basic CRUD Operations using Django, Python & Bootstrap.
61/100 healthRunnawaygem /
This Employee Management System performs basic CRUD Operations using Django, Python & Bootstrap.
27/100 healthrameshpaswan-dev /
Employee Management System (EMS) built using Python and Django. This project supports CRUD operations with a responsive UI designed using HTML, CSS, and Bootstrap.
Rah200 /
I have created this mini project to get hands on CRUD operations in django. For this I have used python as a base language and for frontend I have used html, css, and basic bootstrap. For database I have used Sqlite3. In this project one can use CRUD operations which are creation of new employee, you can add a new employee, delete an employee, and filter the employee details.
27/100 healthsubhashklvs /
Developed an Employee Management System using Python and Flask for managing employee records. Used app.py for backend logic and Flask routing. Designed the frontend using HTML, CSS, Bootstrap, templates, and static folders. Implemented CRUD operations like adding, updating, viewing, and deleting employee details. This project improved my skills in
49/100 health