A comprehensive job portal application built using the MERN (MongoDB, Express.js, React.js, Node.js) stack. This application allows users to browse job listings, apply for jobs, and manage their applications seamlessly.
To get a local copy up and running follow these simple steps.
Clone the repo:
git clone https://github.com/exclusiveabhi/react-job-portal.git
Install NPM packages:
cd react-job-portal
cd backend
npm install
cd..
cd frontend
npm install
Set up environment variables:
config.env
file after creating a config folder
in the backend directory, containing the following variables:
PORT=
CLOUDINARY_API_KEY=
CLOUDINARY_API_SECRET=
CLOUDINARY_CLOUD_NAME=
FRONTEND_URL=
DB_URL=
JWT_SECRET_KEY=
JWT_EXPIRE=
COOKIE_EXPIRE=
Replace each value with your specific configuration details.
Run the application:
npm run dev
Open your browser and navigate to http://localhost:3000
to view the app.
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)we will merge within 24 hour
)Abhishek Rajput - GitHub
Project Link: https://github.com/exclusiveabhi/react-job-portal.git