git clone https://github.com/aarya9808/YourHR.git cd YourHR install dependencies Set up the environment variables: Create a .env file in the root directory. PORT=3000 MONGODB_URI= Start the application: npm start