Follow the installation instructions for MongoDB, Express.js, React.js, and Node.js.
-
Clone the repository to your local machine:
git clone https://github.com/sujaltangde/JobLane.git
-
Change into the frontend directory:
cd client
-
Install the frontend dependencies:
npm install
-
Run the development frontend server:
npm run dev
-
Return to the main directory and change into the backend directory:
cd .. cd server
-
Install the backend dependencies:
npm install
-
Configure env file (generate config.env template by running the following command)
cp config.env config.sample.env
-
Open config.env file from config folder replace the following credentials
DB = CLOUDINARY_NAME = CLOUDINARY_API_KEY = CLOUDINARY_API_SECRET =
-
Run the development backend server:
nodemon server.js
- Mastering MERN stack development for building modern web applications.
- Understanding comman features of job portal websites and there workflow.
- Gaining practical experience in software development, testing, and deployment in a real-world project scenario.