Skip to content

This is an application where it is used to perform CRUD operations on Employee Details through GUI

Notifications You must be signed in to change notification settings

peddivarshith/EmployeeDetails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

This is an application where it is used to perform CRUD operations on Employee Details through GUI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published