Welcome to the Job Portal project! This project is a job portal application built using the MERN stack (MongoDB, Express, React, Node.js).
This Job Portal application allows users to search and apply for jobs, as well as for employers to post job openings. The application is built using the MERN stack, which provides a robust and efficient development environment for full-stack applications.
- User authentication and authorization
- Job listing and search functionality
- Job application process
- Employer dashboard for managing job postings
- Responsive design for mobile and desktop
To run this project locally, follow these steps:
-
Navigate to the backend directory:
cd ./backend
-
Install the required dependencies:
npm i
-
Start the backend server:
npm run dev
You should see the following messages:
"Your server is running on a port" "MongoDB connected..."
-
Navigate to the frontend directory:
cd ./frontend
-
Install the required dependencies:
npm i
-
Start the frontend development server:
npm run dev
Once both the backend and frontend servers are running, you can access the application on your local machine. The default development server is typically available at http://localhost:3000
.
Contributions are welcome! If you would like to contribute to this project, please fork the repository and submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for more details.