Git Product home page Git Product logo

employee-management-django's Introduction

Employee Management System - Django(Python)

Employee Management System built in a Python Framework Django and PostgreSQL as Database. This webapp include the functionality like...

  1. Login / Registration (Admin, Employee)
  2. Add / Manage Employee (Admin)
  3. Publish / Manage Notice (Admin)
  4. Add / Manage Attendance (Admin)
  5. Assign / Manage Work (Employee)
  6. Send Request (Employee)
  7. View Request, Notice, Works etc...

How to Use this Project?


  • Install Python to your System.
  • Run Following command to your terminal.
    pip install django
  • Install Pipenv for Virtual Environment, run the command...
    pip install pipenv
  • Clone the repository to your local system.
  • Enter in Virtual Environment by running following command in Current Working Directory.
    pipenv shell
  • Setup PostgreSQL Database and update database name and password in settings.py file in employeemanagement.
  • Make the Migrations, run the command
    python manage.py makemigrations
  • Migrate the App, run the command
    python manage.py migrate
  • Finally Run the App, run the command.
    python manage.py runserver
  • Hola, It's running !!

Screenshots

Login Login

Dashboard Dashboard

Assign Work Assign Work

Notice Notice

Admin (Manage Employee) Admin (Manage Employee)

Check out more Screenshots in Screenshot Folder...

If you found this useful, make sure to give it a star ๐ŸŒŸ

Thank You!!

employee-management-django's People

Contributors

omjogani avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.