npm install && npm start
npm install && npm start
The application will be available at http://localhost:3000.
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.
Server
Database
Client
This is a single page application that doesn’t use routing on the client side.
The homepage consists of form and list of employees. The employer can add, view, delete, and update employees from here.
![]()
![]()
![]()
Employee-Tracker is designed, implemented, and maintained by Ujjwal Gautam.
© Employee-Tracker 2022, All rights reserved