dibargatin / KeySkills

Application for collecting IT job postings database, with extracted keywords of tech skills from vacancies descriptions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KeySkills

Cross-platform application powered by .NET Core 3.1 built with VS Code on Linux. The main purpose of the project is to apply recently learned techs to solve the real-life problem.

To start the program, type this in a terminal:

cd KeySkills.Crawler.App
dotnet run

Project roadmap

  • Implement more job board clients: Indeed.com, Glassdoor, etc.
  • Implement REST API for querying collected vacancies
  • Implement Web SPA using Angular
  • Use Redis for caching HTTP requests
  • Use PostgreSQL as a vacancies storage
  • Use Elasticsearch for logs
  • Use Docker containers
  • Automatic deployment to Azure

About

Application for collecting IT job postings database, with extracted keywords of tech skills from vacancies descriptions.

License:MIT License


Languages

Language:C# 100.0%