Welcome to DeepLink, our JobSearch Portal! This platform is designed to help job seekers find exciting career opportunities and connect with potential employers. Whether you are actively searching for a new job or looking to explore new career paths, our portal provides a user-friendly and efficient experience.
the project has two components
- frontend, made in reactjs
- backend in express and nodejs
git clone https://github.com/w3yogesh/deepLink.git
cd deeplink
#currently inside the deeplink folder
cd client
npm i
run npm start
and frontend will start
#currently inside the deeplink folder
cd server
npm i
touch .env
#above command will create a env file , put the necessary keys in there
backend setup done, now hit the most favourite command npm start
- login/signup.
- Professional profile creation.
- users can connect with each other. connections can endorse each other's skills.
- homepage having news feed feature that displays updates and posts from from connections and companies. users can create posts and like, comment on posts.
- search for job openings by location,industy,company and job openings.
- Businesses and organisations can create and manage company pages to showcase their products, services and job openings.
- companies can post job openings and users can directly apply to these jobs.
- users can chat with their connections.
- different types of post likes.
- users can receive notifications about new connection request,job,like or comment on their posts.
- users can publish and share articles, images and other content
- job alerts
- companies can get all details of users applying for a job they have posted. they can download a excel sheet which contains details of users who applied for that particular job.
- login and signup with google.
- Languages: JavaScript
- Frontend: React.js, Axios
- Backend: Node.js, Express
- Database: MongoDB
- Real-time Communication: Socket.io
- Middleware: Multer
- Authentication: JSON Web Tokens (JWT)
- Tools
- GitHub
- VS Code
this is a team project made under the annual event Code Sangam (Webster) of MNNIT Allahabad.