Welcome to the Collaborative Job Portal project! This platform aims to connect job seekers with potential employers in a seamless and efficient manner.
The Collaborative Job Portal is a full-stack web application designed to facilitate job searching and recruitment processes. It provides a user-friendly interface for both job seekers and employers to interact and find the best matches for their needs.
- User authentication and authorization
- Job posting and management for employers
- Job search and application for job seekers
- Profile creation and management
- Real-time notifications
- Responsive design
To get started with the project, follow these steps:
- Clone the repository:
git clone https://github.com/umarkhan905/Collaborative-Job-Portal.git
- Navigate to the project directory:
cd Collaborative-Job-Portal
- Install the dependencies:
npm install
- Set up the environment variables:
cp .env.example .env
- Start the development server:
npm start
Once the server is running, you can access the application at http://localhost:5173
. Register as a new user or log in with your credentials to start using the platform.
We welcome contributions from the community! To contribute, please follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature-branch
- Make your changes and commit them:
git commit -m "Add new feature"
- Push to the branch:
git push origin feature-branch
- Open a pull request.
This project is licensed under the MIT License. See the LICENSE file for more details.
For any questions or feedback, please reach out to us at [email protected].
Thank you for using the Collaborative Job Portal!