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.
- Node 11+
- Yarn
- Docker (with docker-compose)
git clone [email protected]:chile-sh/jobs-server.git
cd jobs-server && yarn
# Modify with your own env vars
cp .env.example .env
Live reload with nodemon
:
yarn dev
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
# Set environment variables, then
yarn docker:build && yarn docker:prod
yarn test
GNU General Public License v3.0