{"id":23257265,"url":"https://github.com/satyam-software-developer/employee-review-system-backend","last_synced_at":"2026-04-01T20:21:07.660Z","repository":{"id":267239951,"uuid":"900632367","full_name":"satyam-software-developer/employee-review-system-backend","owner":"satyam-software-developer","description":"employee review system app  created with nodejs for backend web development.","archived":false,"fork":false,"pushed_at":"2025-01-12T08:09:13.000Z","size":309,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-03T12:23:24.358Z","etag":null,"topics":["authentication","bootstrap","connect-mongo","css","dotenv","ejs","express-session","expressjs","git","github","html","javascript","mongodb","mongodb-atlas","mongoose","nodejs","nodemon","passportjs","render","validatorjs"],"latest_commit_sha":null,"homepage":"https://employee-review-system-backend.onrender.com/","language":"EJS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/satyam-software-developer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-09T07:20:43.000Z","updated_at":"2025-01-12T08:09:16.000Z","dependencies_parsed_at":"2025-01-03T19:28:46.106Z","dependency_job_id":"baf6969c-6296-4f5b-b5ff-3ed6fa219e02","html_url":"https://github.com/satyam-software-developer/employee-review-system-backend","commit_stats":null,"previous_names":["satyam-software-developer/employee-review-system-backend"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/satyam-software-developer/employee-review-system-backend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/satyam-software-developer%2Femployee-review-system-backend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/satyam-software-developer%2Femployee-review-system-backend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/satyam-software-developer%2Femployee-review-system-backend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/satyam-software-developer%2Femployee-review-system-backend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/satyam-software-developer","download_url":"https://codeload.github.com/satyam-software-developer/employee-review-system-backend/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/satyam-software-developer%2Femployee-review-system-backend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31018689,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-27T03:51:26.850Z","status":"ssl_error","status_checked_at":"2026-03-27T03:51:09.693Z","response_time":164,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["authentication","bootstrap","connect-mongo","css","dotenv","ejs","express-session","expressjs","git","github","html","javascript","mongodb","mongodb-atlas","mongoose","nodejs","nodemon","passportjs","render","validatorjs"],"created_at":"2024-12-19T12:27:41.880Z","updated_at":"2026-03-27T04:25:59.305Z","avatar_url":"https://github.com/satyam-software-developer.png","language":"EJS","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Employee Review System\n\n1. Demo: https://drive.google.com/file/d/1HHX-T4oGswUTk4t4FlSLboJ34sM13iQL/view?usp=sharing\n2. Hosted link: https://employee-review-system-backend.onrender.com/\n\n# Description\n\nThis project is a web application designed to facilitate employee performance reviews. It allows employees to submit feedback on each other’s performance while also enabling an admin to manage employees, view feedback, and assign reviews.\n\n# Features:\n\n- Admin View:\n  - Add, remove, update, and view employees\n  - Add, update, and view performance reviews\n  - Assign employees to participate in performance reviews\n- Employee View:\n  - View performance reviews requiring feedback\n  - Submit feedback on the performance of other employees\n- Authentication:\n  - Single login system for both admin and employees\n  - Employee registration is open, but only admin can make an employee an admin\n\n# Table of Contents\n\n1.  Tech Stack\n2.  Installation\n3.  Folder Structure\n4.  Usage\n5.  Contributing\n6.  License\n\n# Tech Stack\n\n- Frontend:\n  - HTML, CSS, JavaScript\n  - Bootstrap (CSS framework for responsive design)\n- Backend:\n  - Node.js\n  - Express.js\n  - MongoDB (for storing user data and feedback)\n  - Passport.js (for authentication)\n- Tools:\n  - EJS (templating engine)\n  - Git (version control)\n\n# Installation\n\n1. Clone the repository\n   To get started with the project, clone the repository to your local machine:\n\n   git clone https://github.com/satyam-software-developer/employee-review-system-backend.git\n\n2. Install dependencies\n   Navigate to the project directory and install the required dependencies:\n   cd employee-review-system\n   npm install\n3. Environment Variables\n   Make sure to set up your environment variables by creating a .env file in the root directory with the following configuration:\n   PORT=3000\n   MONGODB_URL=mongodb+srv://krsatyam0506:ghhloYAlLIwqyZ5H@cluster0.iw1gp.mongodb.net/\n   SECRET_KEY=your_secret_key\n   You can replace your_secret_key with any string you choose for securing sessions.\n4. Run the project\n   After installing dependencies and setting up your environment variables, you can start the project by running the following command:\n   nodemon index.js\n   This will start the server on http://localhost:3000.\n\n# Folder Structure\n\nHere is the folder structure of the project:\nemployee-review-system/\n│\n├── config/ # Contains configuration files (passport, mongoose, etc.)\n│ ├── mongoose.js # Database connection setup\n│ ├── passport_local.js # Passport Local authentication strategy\n│ └── middleware.js # Custom middlewares\n│\n├── models/ # Mongoose models (Employee, Review, etc.)\n│ ├── employee.js # Employee schema and model\n│ ├── review.js # Review schema and model\n│ └── feedback.js # Feedback schema and model\n│\n├── routes/ # Contains all route handlers\n│ ├── admin.js # Admin-specific routes\n│ ├── employee.js # Employee-specific routes\n│ └── index.js # General routes (e.g., home, login, register)\n│\n├── views/ # EJS templates for frontend\n│ ├── dashboard.ejs # Admin dashboard view\n│ ├── employee.ejs # Employee dashboard view\n│ ├── login.ejs # Login form view\n│ └── register.ejs # Registration form view\n│\n├── public/ # Public files (CSS, JS, Images)\n│ └── styles.css # Custom CSS file for styling\n│\n├── .env # Environment variables\n├── app.js # Main server file (entry point)\n├── package.json # Project dependencies and metadata\n└── README.md # Project documentation (this file)\n\n# Usage\n\n- Admin Workflow:\n  1. Login/Logout: Admin can log in using their credentials and log out when done.\n  2. Manage Employees: Admin can add, remove, or update employees from the admin dashboard.\n  3. Assign Reviews: Admin can assign employees to submit feedback on specific performance reviews.\n  4. Manage Reviews: Admin can add and update employee performance reviews.\n- Employee Workflow:\n  1. Login/Logout: Employees can log in using their credentials.\n  2. View Reviews: Employees can view their assigned reviews for feedback.\n  3. Submit Feedback: Employees can submit feedback on a colleague’s performance.\n\n# Contributing\n\nContributions are welcome! If you'd like to contribute to the project, please follow these steps:\n\n1.  Fork the repository.\n2.  Create a new branch (git checkout -b feature-name).\n3.  Commit your changes (git commit -am 'Add new feature').\n4.  Push to the branch (git push origin feature-name).\n5.  Open a pull request.\n\n# License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n\n# Author\n\nSATYAM KUMAR\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsatyam-software-developer%2Femployee-review-system-backend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsatyam-software-developer%2Femployee-review-system-backend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsatyam-software-developer%2Femployee-review-system-backend/lists"}