Giter Site home page Giter Site logo

jobdb-xyz's Introduction

Authors: Asukava & Pskytta, Hive Helsinki (soon to be Alumni)

What?

jobdb == Job Database

A web app for IT job postings in Finland. It has a crawler which updates the database daily.

What does it do?

  • Crawls through a job listing websites in search for job postings for software developer roles. It is run once a day and it updates SQLite database with new listings it finds.
  • Search engine is accessible at --> www.jobdb.xyz

Deployment

  • Deployed on a Oracle Cloud instance running Ubuntu 22.04 LTS.
  • Domain name by GoDaddy
  • SSL Certificate by Certbot
  • Nginx webserver

Git Clone and stuff

After cloning the project:

  1. Run the following command to create a virtual environment:

python -m venv myenv

  1. Run this to activate the environment:

source myvenv/bin/activate

  1. Run this to install the requirements:

pip install -r requirements.txt

To-Do

  • automation for cleaning the database of old job postings.
  • simplify the code for easier expansion (ongoing)
  • expand crawling to other websites (requires the item above).
  • a way to filter intern, junior, senior positions
    • requires new SQL database COLUMN
  • start using https instead of http
    • requires a domain name (when using Let's Cert Certbot)
  • database backup and recovery
  • design simple and more modern frontend
  • Facelift
    • filters for job level
  • Backend logic
    • improve job level identification
  • Devops
    • Github Actions to trigger deployment when branch is merged to main (webhook?)
  • System
    • rewrite database backup script
    • organize all project related scripts to one folder
    • documentation for cron jobs happening
    • more filters for malicious GET|POST requests
    • IP Blacklist

jobdb-xyz's People

Contributors

azukawa avatar peetuskytta avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 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.