Skip to content

ShadowSlayer03/Employee-Management-System-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Employee Management System

An Employee Management System built using Python and Django that provides basic CRUD operations.

Table of Contents

Features

  • Create, Read, Update, and Delete employee records.
  • User-friendly web interface.
  • Basic authentication for secure access.
  • Minimalist design for ease of use.

Installation

Prerequisites

  • Python (3.x recommended)
  • Django (latest version)

Clone the Repository

git clone https://github.com/yourusername/employee-management-system.git
cd employee-management-system

Install Dependencies

pip install -r requirements.txt

Apply Migrations

python manage.py migrate

Create Superuser (Admin)

python manage.py createsuperuser

Usage(Run Development Server)

python manage.py runserver

Crud Operations

  • Create: Add new employees using the web interface or Django admin.
  • Read: View the list of employees and their details.
  • Update: Edit employee details through the web interface or Django admin.
  • Delete: Remove employee records.

About

A user management system made after learning some basic Python and Django.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published