Skip to content

Latest commit

 

History

History
39 lines (34 loc) · 1.61 KB

README.md

File metadata and controls

39 lines (34 loc) · 1.61 KB

EmployeeDetails

This is an application which performs CRUD operations on EmployeeDetails through GUI.

Description:

When the user send's a request to the server by typing localhost:portNumber,the sever renders an ejs file to the client and user can see the list of employee details. Employee details are stored in MongoDB and they are fetched by server. User can perform (Add | Delete | Update) operation on an employee. The main idea of the application is to provide a user with a user-friendly interface to interact with the data.

Technical requirements

  • NodeJS
  • EJS
  • AdminLTE(bootstrap)
  • MongoDB

Package requirements

Images of the application

  • EmployeeDetails

    This is the starting page when you request the server. It shows the list of employeedetails.

  • AddEmployeeDetails

    You can add new Employee by going to Add Employee Section. Here it shows a form with different field to be filled.

  • UpdateEmployeeDetails

    Even you can update the exisiting employee by entering the EmpId.

  • DeleteAnEmployee

    You can delete the exisiting employee by providing the EmpId.

  • VisualizeEmployeeDetails

    You can see the employee Details on a Pie-Chart.