Skip to content

Search for job IT job offer on many sites

License

Notifications You must be signed in to change notification settings

raqso/geek-jobs

Repository files navigation

GeekJobs

Build Status

Multisite IT Job searcher GeekJobs.pl

carbon

How to start

Docker(quick) way

Requirements:

  1. Duplicate the example.env and remove the 'example' prefix
  2. docker-compose up

Regular way

Requirements:

  1. yarn - install dependencies
  2. docker-compose up - start database container
  3. Duplicate the example.env and remove the 'example' prefix
  4. Adjust MONGO_URL value to mongodb://localhost/jobs
  5. yarn dev - start frontend dev and api servers

Then web app should be available under http://localhost:3000/

To run scrapping script and fill your local databse with some data

Docker

docker-compose exec backend yarn download

OR

Without docker

yarn download

Used technologies