JobFinder is a web app which allows Employers to post jobs and Job seekers to search and apply to those jobs.
Clone the project
git clone https://github.com/binoy638/job-recommender-api
Go to the project directory
cd job-recommender-api
Run the project using docker-compose
docker-compose -f docker-compose.dev.yml up --build
Make sure you have ffmpeg, rabbitMQ and mongoDB installed locally before following the below steps.
Clone the project
git clone https://github.com/binoy638/job-recommender-api
Go to the project directory
cd job-recommender-api
Install dependencies
npm install
Start the server
npm run dev
To run this project, you will need to add the following environment variables to your .env.local file
MONGO_URI
JWT_SECRET
COOKIE_SECRET
ADMIN_USER
ADMIN_PASSWORD
ORIGIN_URL
Here is the client repo.