Welcome to the MERN Full Stack Job Portal Project! This web application is designed to facilitate job seekers in finding suitable employment opportunities and recruiters in posting and managing job listings. Built using the MERN stack (MongoDB, Express.js, React, Node.js), along with Firebase Authentication and Tailwind CSS, this portal provides a seamless experience for users exploring career opportunities.
To run the MERN Stack Job Portal locally, follow these steps:
Clone the repository:
git clone https://github.com/yourusername/mern-job-portal.git
Navigate to the project directory:
cd mern-job-portal
Install dependencies:
npm install
Create a .env
file in the root directory and add the required environment variables:
REACT_APP_API_KEY=your_firebase_api_key
REACT_APP_AUTH_DOMAIN=your_firebase_auth_domain
REACT_APP_PROJECT_ID=your_firebase_project_id
Start the development server:
npm start
Open your browser and visit http://localhost:5000
to view the application.
Contributions are welcome! If you'd like to contribute to the MERN Stack Job Portal, please follow these steps:
git checkout -b feature/my-feature
).git commit -am 'Add new feature'
).git push origin feature/my-feature
).Have questions or suggestions? Feel free to contact us at [email protected].
You can copy and paste this code directly into your README.md file on GitHub.
Make sure to replace placeholders like `yourusername`, `[email protected]`, and environment variable placeholders with actual values in your project.
This README provides comprehensive information about your project, including features, installation instructions, contribution guidelines, licensing, and contact information.