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-apiGo to the project directory
cd job-recommender-apiRun the project using docker-compose
docker-compose -f docker-compose.dev.yml up --buildMake 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-apiGo to the project directory
cd job-recommender-apiInstall dependencies
npm installStart the server
npm run devTo 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.