hita03 / EmployeeManagement-MERN

Web application that facilitates authentication, leave requests, CRUD operations for employees for a particular small/medium organization, handled by an authoritative HR role in the same organization.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Employee Management - MERN Stack

This project is a web application that facilitates authentication, leave requests, CRUD operations for employees for a particular small/medium organization, handled by an authoritative HR role in the same organization.

Additional modules used: axios, bcrypt, cors, dotenv, jsonwebtoken, mongoose

Setup project

  1. Clone this project and install all the dependancies using the npm i or npm install command.
  2. Create a config.env file in the root directory and specify PORT, MONGO_URI and JWT_TOKEN.
    JWT_TOKEN - 50 char alpha numeric
    PORT - 4000 (backend)
    if changed PORT is not 4000, make appropriate changes to api request calls, in client files.
  3. Start the project with npm start command. Open http://localhost:3000 to view it in the browser.

Mini Project for UE20CS204 - Web Technologies - 3rd Semester.

About

Web application that facilitates authentication, leave requests, CRUD operations for employees for a particular small/medium organization, handled by an authoritative HR role in the same organization.


Languages

Language:JavaScript 85.2%Language:SCSS 7.7%Language:CSS 3.7%Language:HTML 3.4%