Employee-Tracker


Project maintained by ujjwalrg Hosted on GitHub Pages — Theme by mattgraham

Employee Tracker

Installation

     npm install && npm start
    npm install && npm start
The application will be available at http://localhost:3000.

Introduction

            Employee-Tracker is a full stack application built to facilitate corporate to track their employees details. The application uses React on the front end and Express/NodeJS on the backend. The database used is MongoDB, with mongoose as a supporting library. The client-side use Redux for state management. This CRUD application uses API to create, read, update, and delete employee records.

Technologies Used

  1. Server

    • NodeJS
    • ExpressJS
  2. Database

    • MongoDB
    • Mongoose
  3. Client

    • React
    • Redux
    • Bootstrap

User Guide

            This is a single page application that doesn’t use routing on the client side.

Homepage

            The homepage consists of form and list of employees. The employer can add, view, delete, and update employees from here.

Add Employee

form page

View Employee

View Employee

Update Employee

Update Employee

Contact Me

Employee-Tracker is designed, implemented, and maintained by Ujjwal Gautam.


© Employee-Tracker 2022, All rights reserved