Krish123-lang / Employee-Management-System

Employee Management System

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Employee-Management-System

Employee Management System is a project made with the help of Python Django Framework.

What this project does?

This project helps office's admin to Add, Remove and Search an Employee.

Installation

Use the package manager pip to install django.

  1. First of all create a isolated environment in your folder using following commands
i) virtualenv env
ii) env\scripts\activate
  1. Then install tools using
pip install -r requirements.txt
  1. All of the packages needed in this project is installed 😀.
  2. Then use
 python manage.py makemigration
 python manage.py migrate
 python manage.py runserver
  1. Copy the url(127.0.0.1:8000) and open it into your browser.
  2. You must see this screen

View All Employee

  1. Add an Employee Add an Employee

  2. Filter using name Filter using name

  3. Filter Reults Filter results

  4. Remove Employee Remove Employee

That's it have a great day 👍 :shipit:

About

Employee Management System

License:MIT License


Languages

Language:Python 65.3%Language:HTML 34.7%