pavas23 / Leave-Portal-TTD

This is a web application which allows PhD students/ Faculty members to send leave request to HOD of their respective departments.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Leave-Portal-TTD

This is a web application which allows PhD students/ Faculty members to send leave request to HOD of their respective departments.

Installation

Run Locally

First navigate to frontend directory

cd Client

Now install all the dependencies for React App

npm install --legacy-peer-deps

Then navigate to Backend directory

cd ../Backend

Now install all the dependencies for Express App

npm install

Now start the Backend server at 5000 port

nodemon index.js

Navigate to frontend directory and start your React App at 3000 port

npm run start

Documentation

This app can be used in following way

  • First the user needs to login with BITS mail id to leave portal
  • Then specify the reason for leave (multiple reasons for multiple leaves) in text field provided
  • Then select the dates on which the user wants a leave.
  • Enter their ID number for PhD students and PSRN number for faculty members in the input field.
  • Select their department from the dropdown.
  • Then submit the form
  • Then email is sent to HOD of that department and if he/she approves the request it gets updated in the database.
  • The HOD can change the approval later on by clicking the Reject button which will update the data in database.

Tech Stack

  1. ReactJS
  2. TailwindCSS
  3. Firebase
  4. NodeJS
  5. ExpressJS
  6. Handlebars
  7. MongoDB

About

This is a web application which allows PhD students/ Faculty members to send leave request to HOD of their respective departments.

License:MIT License


Languages

Language:JavaScript 86.3%Language:Handlebars 5.9%Language:CSS 5.2%Language:HTML 2.6%