Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

chile-sh/jobs-server

Repository files navigation

Jobs - chile.sh

Simple job searching and listing tool, it scrapes jobs from getonbrd and gets their hidden salaries in USD and CLP.

For an easier development, use this docker-compose config, since it comes with Postgres, RabbitMQ, and Redis, with the default environment variables used on the example env file, and the same network config.

Pre-requisites

  • Node 11+
  • Yarn
  • Docker (with docker-compose)

Clone & Install

git clone [email protected]:chile-sh/jobs-server.git

cd jobs-server && yarn

Config

# Modify with your own env vars
cp .env.example .env

Run

Live reload with nodemon:

yarn dev

Run and develop using Docker (TODO)

yarn docker:build-dev

# Development
yarn docker:dev

# or run it in background
yarn docker:dev -d

# to see real-time logs when running in background
docker logs -f jobs-server-dev

Run in production

# Set environment variables, then
yarn docker:build && yarn docker:prod

Test

yarn test

License

GNU General Public License v3.0

About

👨‍💻 Simple job search and listing tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published