Skip to content

PravanshuSamadhiya/JobList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

🚀 How to Run JobList Locally Prerequisites Node.js (v18+ recommended)

MongoDB installed and running locally or use MongoDB Atlas

  1. Clone the repository
git clone https://github.com/PravanshuSamadhiya/JobList.git
cd Joblist
  1. Install dependencies For the backend:
cd backend
npm install

For the frontend:

cd frontend
npm install
  1. Set up environment variables Create a .env file in the backend directory:
MONGO_URI=yourmongoDB link
  1. Run the application
npm run dev

🔗 Live Demo

frontend: https://job-list-fawn-theta.vercel.app/

backend: https://joblist-9ngj.onrender.com

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published