InquisitiveMe15 / employee

A simple Employee Management System made with using NodeJs and MongoDB where you can add, delete, update and search from the MongoDB Database

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ems

It is a simple Employee Management System

where you can Add, Delete, Update or Search your employee's details. Since not many routes were there. Hence I have put it in controller.js with the database parameters.

To Run on your system

  1. Clone the project
  2. Open the cmd and cd to the cloned folder's path and run npm install.
  3. type nodemon.
  4. Now open your browser and type localhost:3000

And here it is

The Dashboard with preview of all employees

dashboard

New Employee can be added by clicking the button

A modal form fades in and add

You can even search the employees with their name

Helps in case of greater number of data search

By clicking on the employee preview, You can see their full details

detail

You can also update the details

The form is prefilled update

You can also delete the employee from the database

Lets delete an employee delete

And afterwards, it redirects to the homepage

deleteAfter

Mobile view

mobile

About

A simple Employee Management System made with using NodeJs and MongoDB where you can add, delete, update and search from the MongoDB Database


Languages

Language:HTML 73.8%Language:JavaScript 22.4%Language:CSS 3.8%