Welcome to Kaam Do, your go-to platform for job searching and opportunities!
Kaam Do is a web application designed to streamline the job searching process.It is designed to give an easy access to connect the user to the corporate. Whether you're a job seeker looking for your next opportunity or an employer seeking talented individuals, Kaam Do provides a user-friendly interface to connect both parties efficiently. 📈
We welcome contributions from new open-source contributors! If you're interested in improving Kaam Do, feel free to fork the repository and submit pull requests with your changes.
ReactJs, Nodejs, Express, MongoDB
To get started with Kaam Do, follow these simple steps:
To get started with contributing to our project, fork the repository at-https://github.com/PatilHarshh/Kaam-Do to your account.
Then Clone the repository by running this command in your local machine.
git clone https://github.com/your-username/kaam-do.git
Change the directory to Client, Install required Packages and run frontend server
cd client
npm install
npm run dev
Port=3000
MONGO_URI="mongodb://localhost:27017/yourdatabase_name"
cd server
npm install
node --watch server.js
Make Your Changes: Make the necessary modifications or additions to the project files.
Commit and Push Once you've made your changes, commit them and push to your fork:
git add .
git commit -m "Describe your changes here"
git push
Create a Pull Request: Navigate back to the original repository and open a pull request from your forked repository.
Contributors are advised to follow the Code of Conduct to maintain an inclusive place for every to contribute and make a meaningful impact!
This project follows the MIT License