Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.
/ InfoITJobs Public archive

๐Ÿ HackUPC2022 Hackathon Project

Notifications You must be signed in to change notification settings

serteal/InfoITJobs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

80 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

InfoITJobs - HackUPC 2022

Hack UPC 2022 Project

Angular Angular.js Bootstrap FastAPI standard-readme compliant

Objective

There are tons of jobs in IT and for professionals looking for a position, it may definitely get a bit overwhelming. By relating a huge database of jobs such as Infojobs more directly to prospective applicants, we believe we can provide smooth and efficient experience for both the contractors and the people looking for jobs.

This repository contains:

  1. โœ… Given a list with a user's skills, it produces an ordered list of suitable IT jobs obtained from the Infojobs api. Due to inconsistence in the database, this cannot be done, but we can recommend a specific IT job category based on the user's skills, all served on an intuitive and easy to use website.

  2. ๐Ÿ•’ The user an input the skills in a multiple select dropdown menu on the frontend.

  3. ๐Ÿ•’ The user can search for IT jobs according to relevant criteria, such as experience needed, location, salary and categories.

Table of Contents

How we built it

We adapted the Bullhorn-staffing dashboard API for hosting IT jobs. We chose it mainly due to its modern appearance and its implementation in Angular.js, because we value its wide adoption and the availability of libraries, that allowed us to create a demo to improve upon using explained ideas. In parallel, we started working on the recommendation algorithm and it's implementation in python using heaps.

To better understand the API, we used the curl command and Postman to perform 'GET' http requests. After failing to integrate it with Angular.js, we implemented a python backend using the fastapi library.

We started building a form for users to input their skills and obtain recommendations by the algorithm.

We designed the search algorithm both for the actual dataset and the hypothetical uniform one in Python, the latter providing better search experience as it recommends jobs directly.

Install

This project uses node and npm. Go check them out if you don't have them locally installed.

$ nvm install v16.13.1
$ nvm use v16.13.1
$ npm install

The project was generated with Angular CLI version 13.3.4. Install Angular through Angular Documentation.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

License

MIT ยฉ HackUPC2022