Skip to content

praveen836845/Employee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EMPLOYEE REVIEW SYSTEM

An employee review system is a process used by organizations to evaluate the performance of their employees. It typically involves a set of standardized performance criteria that are used to assess each employee's work and contribution to the organization.

What is also an addition is the extremely easy to traverse interface.

Description

In this Employee Review Portal we can sign up as an employee or as an admin.

Admin as an edge of making an employee as admin or he can edit/delete the employee details. moreever he can assign employee to mark the review to other employees.

Employee can mark the review to other employee's he admin assign him the task to do so.

Built With

Getting Started

Before Running the project locally be sure you have already insalled nodejs and mongodb. if not download it from official website of Nodejs | MongoDB

Installation

  git clone https://github.com/praveen836845/Employee 
  cd Employee 
  npm i
  npm start

Author

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch ( git checkout -b feature/NewFeature)
  3. Commit your Changes (git commit -m 'Add some NewFeature')
  4. Push to the Branch (git push origin feature/NewFeature)
  5. Open a Pull Request