Giter Site home page Giter Site logo

shawnvdp / job-board Goto Github PK

View Code? Open in Web Editor NEW

This project forked from golang-cafe/job-board

0.0 0.0 0.0 53.27 MB

Golang Cafe - Go job board with no recruiters and clear salary ranges

Home Page: https://golang.cafe

License: BSD 3-Clause "New" or "Revised" License

Shell 0.08% Go 28.84% HTML 71.08%

job-board's Introduction

Job Board

This is the first Go job board with no recruiters & clear salary ranges.

  • Clear salary range in each job description
  • No third party recruiters (apply directly to companies)
  • All jobs are manually vetted and reviewed
  • Browse salary trends by region
  • Browse companies hiring Go engineers and using Go in production
  • Browse Go developers
  • Weekly Job Newsletter Digest
  • Open Source
  • Filter by minimum Salary
  • The site home page weights under 250kb (188kb uncompressed)

Tech Stack

Local Development Mode - Setup Guide

It's possible to setup a blank instance of this job board locally. This is a local development mode and it's different from the way the app runs in production. In this scenario the app runs on a minimal database containing mock data. The app has reduced functionality when ran in local development mode. It's not possible to send emails or connect to third party services, like Twitter, Telegram and FX APIs. It's still possible to run and test the app but with limited functionality.

Requirements

These are basic requirements with the respective versions have been tested to work locally on MacOS. The same should apply both on Linux and WSL/Windows.

  • Bash 3.2.x or higher
  • Docker 20.10.x or higher
  • Go 1.15.x or higher

Dependencies

  • PostgreSQL instance mocked using local Docker container, with local schema and fixtures
  • Sparkpost Mail emails are sent using http requests through Sparkpost APIs. This is not enabled in local development mode.
  • Telegram API telegram updates are sent through the Job Board official Telegram channel. This is not enabled in local development mode.
  • Twitter API twitter updates are sent through the Job Board official page. This is not enabled in local development mode.
  • FX API a minimal set of Foreign Currency Exchange data is kept up-to-date to filter out salary ranges. This is not enabled in local development mode.

Setup Guide

The only thing that needs to be setup in order for the app to run is the PostgreSQL database instance. Please run the following command in order to setup your local database instance.

./setup-database.sh

Once this command is successful you can now start the application

./run-local-webserver.sh

Test Cron-Jobs Locally

There are a few cron-jobs that are triggered on a schedule, these are scheduled externally via custom http calls to the website. You can see all available cron-jobs by searching for all routes that start with /x/task/.

In order to test a cron-job you can just make the following http request

curl -v -H 'x-machine-token: <machine-token>' -X POST http://localhost:9876/x/task/<task-name>

You can find the under your local environment variable configuration, in the MACHINE_TOKEN environment variable.

Telegram Group OSS discussions

https://t.me/+VloraT7W9yA1YTI8

Feedback?

Feel free to open an issue on GitHub

License

This source code is licensed under BSD 3-Clause License

job-board's People

Contributors

diego9182 avatar rjackson avatar jemiluv8 avatar ferueda avatar sumanau7 avatar vasanth-korada avatar mahmoudfarouq avatar dsantos avatar thecalcc avatar ranjithrosan17 avatar rabingaire avatar dependabot[bot] avatar sandrojijavadze avatar segunajibola avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.