Giter Site home page Giter Site logo

jobhunter's Introduction

JobHunter - Your new job is only a click away.

This is a Django & React project that lets you search through GitHub's Jobs API filtering by location and/or description. After cloning the repo, follow the instructions below to run the project.

Django

  1. Navigate into the backend/ folder. I suggest you create a virtual environment and activate it. Install the dependencies with pip install -r requirements.txt.
  2. Run the migrations with ./manage.py migrate.
  3. Start the server with ./manage.py runserver.
  4. Make sure it's running on http://localhost:8000/, or else you'll have to change the address in the frontend project.

React

  1. Navigate into the frontend/ folder. Run npm install to install the required packages.
  2. Run npm start to start the server.
  3. Make sure it's running on http://localhost:3000/, or else you'll have to change the allowed hosts setting in the backend project.
  4. Access the server URL and filter by your desired choices.

Caveats

  • Keep in mind that GitHub's Jobs API seems to be extremely limited at this time (Oct 12th, 2020) and doesn't return many results. Only a few locations display results.
  • The API doesn't provide a proper pagination, even though it limits its results to 50 items per request. I had to implement my own pagination system based on that, but there are still a few edge cases not covered by it.
  • Although the overall functionality is working, a few improvements in code organization are still under development.
  • There are no tests yet.

jobhunter's People

Contributors

lucabezerra avatar

Watchers

 avatar  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.