{"id":25869620,"url":"https://github.com/moinmn/college-placement-management-system","last_synced_at":"2025-03-02T05:19:07.910Z","repository":{"id":253748934,"uuid":"841888276","full_name":"MoinMN/college-placement-management-system","owner":"MoinMN","description":"The College Placement Management System is a web application designed to streamline the placement process in educational institutions. This system provides distinct roles for students, TPO (Training and Placement Officer) admin, and management admin, ensuring a smooth and efficient workflow.","archived":false,"fork":false,"pushed_at":"2025-02-20T08:14:32.000Z","size":7739,"stargazers_count":2,"open_issues_count":5,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-20T09:25:39.287Z","etag":null,"topics":["axios","express","jsonwebtoken","mern-stack","mongodb","mongoose","multer","nodejs","react-bootstrap","reactjs"],"latest_commit_sha":null,"homepage":"https://cpms-app-theta.vercel.app/","language":"JavaScript","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/MoinMN.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-08-13T08:46:27.000Z","updated_at":"2025-02-20T08:16:35.000Z","dependencies_parsed_at":"2024-08-19T09:02:33.595Z","dependency_job_id":"3083df77-510a-4720-8b05-d7e5ca47720b","html_url":"https://github.com/MoinMN/college-placement-management-system","commit_stats":null,"previous_names":["moinmn/college-placement-management-system"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MoinMN%2Fcollege-placement-management-system","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MoinMN%2Fcollege-placement-management-system/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MoinMN%2Fcollege-placement-management-system/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MoinMN%2Fcollege-placement-management-system/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MoinMN","download_url":"https://codeload.github.com/MoinMN/college-placement-management-system/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241460902,"owners_count":19966650,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["axios","express","jsonwebtoken","mern-stack","mongodb","mongoose","multer","nodejs","react-bootstrap","reactjs"],"created_at":"2025-03-02T05:19:07.448Z","updated_at":"2025-03-02T05:19:07.898Z","avatar_url":"https://github.com/MoinMN.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# College Placement Management System\n\n## Table of Contents\n- [Introduction](#introduction)\n- [Features](#features)\n- [Tech Stack](#tech-stack)\n- [Project Structure](#project-structure)\n- [User Roles](#user-roles)\n- [Installation](#installation)\n- [Contributors](#contributors)\n\n## Introduction\nThe **College Placement Management System** is a web application designed to streamline the placement process in educational institutions. This system provides distinct roles for students, TPO (Training and Placement Officer) admin, management admin, and super admin, ensuring a smooth and efficient workflow.\n\n## Features\n- **Student Portal**: Students can view available job opportunities, apply for placements, and track their application status.\n- **TPO Admin Portal**: TPO admins can manage job postings, schedule interviews, and track student progress.\n- **Management Admin Portal**: Management can oversee the entire placement process, view reports, and analyze data.\n- **Super Admin Portal**: The super admin can manage system settings, user accounts, and oversee the management of TPO and management users.\n\n## Tech Stack\n- **Frontend**: Vite + React.js, Tailwind CSS, Bootstrap\n- **Backend**: Node.js, Express.js\n- **Database**: MongoDB\n- **Authentication**: JSON Web Tokens (JWT)\n- **Styling**: Tailwind CSS, Bootstrap\n\n## Project Structure\n```plaintext\n├── frontend\n│   ├── public\n│   ├── src\n|   |   ├── api\n|   |   ├── assets\n│   │   ├── components\n|   |   |   ├──LandingPages\n|   |   |   └──students\n│   │   ├── config\n│   │   ├── context\n│   │   ├── hooks\n│   │   ├── pages\n│   │   ├── styles\n│   │   ├── utility\n│   │   ├── App.jsx\n│   │   └── main.jsx\n│   ├── .gitignore\n│   ├── .eslint.config.js\n│   ├── index.html\n│   ├── package-lock.json\n│   ├── package.json\n│   ├── postcss.config.js\n│   ├── tailwind.config.js\n│   └── vite.config.js\n├── backend\n│   ├── config\n│   ├── controllers\n│   ├── middleware\n│   ├── models\n│   ├── public\n│   │   └──  offerLetter\n│   │   └──  resumes\n│   │   └──  profileImgs\n│   │         └── default\n│   ├── routes\n│   ├── .env (NOTE: YOU NEED TO CREATE THIS FILE)\n│   ├── .gitignore\n│   ├── index.js\n│   ├── package.json\n│   └── package-lock.json\n└── README.md\n```\n\n## User Roles\n- **Students**: Can view and apply for job opportunities, update profiles, and track their application status.\n- **TPO Admin**: Manages job postings, student applications, and interviews.\n- **Management Admin**: Oversees the placement process, views reports, and analyzes placement data.\n- **Super Admin**: Manages the overall system, creates new admin users (TPO and Management), and manages system-level settings.\n\n## Installation\n\n### Prerequisites\n- Node.js and npm installed\n- MongoDB installed and running\n\n### Clone the Repository\n```bash\ngit clone https://github.com/moinmn/college-placement-management-system.git\ncd college-placement-management-system\n```\n\n### Backend Setup\n1. Navigate to the `backend` folder:\n   ```bash\n   cd backend\n   ```\n2. Install the necessary packages:\n   ```bash\n   npm install\n   ```\n3. Create a `.env` file for environment variables:\n   ```env\n   MONGO_URI=your_mongodb_connection_string\n   JWT_SECRET=your_jwt_secret\n   ```\n4. Start the backend server:\n   ```bash\n   npm start\n   ```\n\n### Frontend Setup\n1. Navigate to the `frontend` folder:\n   ```bash\n   cd frontend\n   ```\n2. Install the necessary packages:\n   ```bash\n   npm install\n   ```\n3. Start the frontend development server:\n   ```bash\n   npm run dev\n   ```\n   \n## Contributors\n- **Member 1**: [Moin MN](https://www.linkedin.com/in/moinnaik/)\n- **Member 2**: Rafat Muskan Shaikh\n- **Member 3**: Saquib Patel\n- **Member 4**: Neeraj Kumar\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoinmn%2Fcollege-placement-management-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoinmn%2Fcollege-placement-management-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoinmn%2Fcollege-placement-management-system/lists"}