🚀 How to Run JobList Locally Prerequisites Node.js (v18+ recommended)
MongoDB installed and running locally or use MongoDB Atlas
- Clone the repository
git clone https://github.com/PravanshuSamadhiya/JobList.git
cd Joblist- Install dependencies For the backend:
cd backend
npm installFor the frontend:
cd frontend
npm install- Set up environment variables Create a .env file in the backend directory:
MONGO_URI=yourmongoDB link- Run the application
npm run dev🔗 Live Demo
frontend: https://job-list-fawn-theta.vercel.app/
backend: https://joblist-9ngj.onrender.com