/mern.stac.job-portal

A full MERN stack Job Portal Where any one can register to the job which is open and he wants to join. It is built using the MERN stack Tailwindcss and MUI

Primary LanguageJavaScript

MERN Stack Job Portal Website

This is a full-stack job portal website built using the MERN (MongoDB, Express.js, React, Node.js) stack. The website allows users to view and apply for open job positions. It also features an admin panel for managing job listings.

Technologies Used

  • React.js
  • Tailwind CSS
  • Material UI
  • Context API
  • Axios
  • Firebase
  • Node.js
  • Express.js
  • MongoDB
  • pdf-lib (for PDF manipulations)
  • PapaParse (for CSV creation)
  • Cloudinary (for image storage)
  • JWT Token (for authentication)
  • Local Storage (for token storage)
  • Query Params and Dynamic Routing (for frontend)
  • Private Routing (for the admin panel)

Features

  • Job Listings: Users can view a list of available job positions.
  • Job Details: Users can click on a job to view its details.
  • Apply for Job: Users can apply for a job by submitting their application.
  • Admin Panel: Admins can log in to manage job listings.
  • Authentication: JWT tokens are used for authentication and authorization.
  • Image Upload: Cloudinary is used for storing job images.
  • PDF and CSV: Users can upload PDF files for their resumes and admins can export data to CSV.
  • Responsive Design: The website is designed to be mobile-friendly.

Getting Started

  1. Clone the repository:
git clone https://github.com/yourusername/job-portal.git
  1. Install dependencies:
    cd job-portal
    npm install
    
  2. Set up environment variables (for Firebase, Cloudinary, MongoDB, etc.).
  3. Start the server:
    cd server
    npm start
    
  4. Start the frontend:
    cd client
    npm start
    
  5. Open your browser and go to http://localhost:3000 to view the website.

Usage

  • Users can create an account or log in to apply for jobs.
  • Admins can log in to manage job listings.

Contributing

If you'd like to contribute, please fork the repository and create a new branch. Pull requests are welcome.

Acknowledgements

  • React Router
  • MongoDB
  • Express.js
  • Node.js
  • Tailwind CSS
  • Material UI
  • Firebase
  • pdf-lib
  • PapaParse
  • Cloudinary
  • JWT.io
  • Local Storage