Skip to content

Job recommender REST API built using Node.JS, Express.JS and MongoDB

Notifications You must be signed in to change notification settings

binoy638/job-recommender-api

Repository files navigation

JobFinder - Online Job Recommender (API)

JobFinder is a web app which allows Employers to post jobs and Job seekers to search and apply to those jobs.

Run Locally with Docker

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

Run Locally without Docker

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

Environment Variables

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

Related

Here is the client repo.

License

MIT

About

Job recommender REST API built using Node.JS, Express.JS and MongoDB

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published