Skip to content

The Employee Management App is a user-friendly web application developed using Python's Django framework, HTML, and Bootstrap CDN. This app enables users to easily create, view, update, and delete employee records. With features such as the ability to input details like name, email, and department for new employee records.

Notifications You must be signed in to change notification settings

Vaibhavkale123/Employee-Management-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Employee Management App

This Employee Management App is a simple web application built using Python's Django framework, HTML, and Bootstrap CDN. It allows users to perform Create, Read, Update, Delete operations on employee records.

Features

  • Create new employee records with details such as name, email, and department.
  • Read and view existing employee records.
  • Update employee information.
  • Delete employee records.

Technologies Used

  • Python's virtual environment (venv) for managing dependencies.
  • Django framework for building the web application.
  • HTML for creating the frontend user interface.
  • Bootstrap CDN for styling and responsive design.

Installation

  1. Clone the repository:
    git clone https://github.com/Vaibhavkale123/Employee-Management-App.git
    
  2. Install the required dependencies:
    pip install -r requirements.txt
    
  3. Run the Django development server:
    python manage.py runserver
    
  4. Access the application in your web browser at http://localhost:8000.

Usage

  • Navigate to the homepage to view a list of employees.
  • Click on "Add Employee" to create a new employee record.
  • Click on "Update" button to view their details and make updates.
  • To delete an employee record, click on the "Delete" button next to the employee.

About

The Employee Management App is a user-friendly web application developed using Python's Django framework, HTML, and Bootstrap CDN. This app enables users to easily create, view, update, and delete employee records. With features such as the ability to input details like name, email, and department for new employee records.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published