Code Monkey home page Code Monkey logo

leave-management-system's Introduction

Leave Management System - Frontend

This is the frontend project for the Leave Management System, developed using JavaScript with React and Vite, along with Tailwind CSS for styling. It provides a user-friendly interface for managing employee leaves efficiently.

Features

  • User-friendly interface built with React
  • Fast development environment provided by Vite
  • Responsive design using Tailwind CSS
  • Integration with Firebase Storage for uploading images

Technologies Used

  • JavaScript
  • React
  • Vite
  • Tailwind CSS
  • Firebase Storage

##Screenshots

                             

Usage

  • Use the interface to perform various actions related to leave management such as creating leave requests, viewing employee leaves, etc.
  • Utilize the upload functionality to upload images for leave requests, which will be stored in Firebase Storage.

Folder Structure

  • src/: Contains the source code of the application.
    • components/: Reusable React components.
    • pages/: React components representing different pages/routes of the application.
    • context/: Defines context to be used throughout the application.
    • utils/: Utility functions.

Leave Management System - Backend

This Leave Management System Backend is developed in Java using Spring Boot framework. It provides functionalities for managing employee leaves efficiently. The system utilizes JWT token for authentication and MySQL database to store employee information.

Features

  • Authentication using JWT token
  • MySQL database for storing data
  • CRUD operations for the following entities:
    • Employee
    • Leave Request
    • Leave Request Type
    • Department
    • Login Request
    • Login Response
    • Company Holiday
  • Controllers for handling various operations:
    • Auth
    • CompanyHoliday
    • Department
    • Employee
    • LeaveRequest
    • LeaveType
  • Spring Security for protecting most endpoints from unauthorized access
  • Lombok used to generate class constructors, getters, and setters

Technologies Used

  • Java
  • Spring Boot
  • JWT (JSON Web Token)
  • MySQL
  • Lombok

API Endpoints

        

Authentication

  • The majority of endpoints are protected from unauthorized access using Spring Security.
  • To access protected endpoints, include the JWT token obtained after successful login in the Authorization header of your HTTP requests.

leave-management-system's People

Contributors

anujd64 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.