https://github.com/imabhinavdev/rolehunt
Connecting students with career opportunities. A platform where placement departments effortlessly add new companies, providing students with comprehensive job details. Streamlining the job search process.
https://github.com/imabhinavdev/rolehunt
Last synced: 8 months ago
JSON representation
Connecting students with career opportunities. A platform where placement departments effortlessly add new companies, providing students with comprehensive job details. Streamlining the job search process.
- Host: GitHub
- URL: https://github.com/imabhinavdev/rolehunt
- Owner: imabhinavdev
- Created: 2024-02-09T04:23:52.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-14T10:59:00.000Z (almost 2 years ago)
- Last Synced: 2025-05-20T18:58:13.729Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://rolehunt.vercel.app/
- Size: 6.93 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RoleHunt Placement Management System
## Introduction
RoleHunt Placement Management System is a web application that helps students to apply for internships and placements. It is a platform where students can apply for internships and placements and placement cell can manage the applications and placements for the companies coming to the college.
## Features
- Students can apply for internships and placements.
- Placement cell can manage the applications and placements for the companies coming to the college.
- Companies can post internships and placements.
- Admin can manage the users, companies, and placements.
## Screenshots
### Home Page

### Login Page

### Admin Dashboard

### Manage Students

### Manage Jobs

## To run the project
1. Clone the repository
```
git clone https://github.com/imabhinavdev/rolehunt.git
```
2. Change the directory
```
cd rolehunt
```
3. Install the dependencies
```
npm install
```
4. Create a `.env` file in the root directory and add the following
```
MONGODB_URI=your_mongodb_uri
JWT_SECRET=your_jwt_secret
```
5. Run the project
```
npm start
```
6. Open the browser and go to `http://localhost:3000`