awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
backend-br avatar

backend-br/vagas

0
View on GitHub↗
7,787 stars·202 forks·mit·16 views

Vagas

Vagas is a job board backend API and employment discovery service. It provides a set of RESTful endpoints for posting, filtering, and discovering professional job opportunities based on technology stacks, locations, and role metadata.

The system includes a job notification mechanism that sends real-time email alerts and updates when specific employment openings change status. It also provides tools for tracking job applications and managing subscriptions for job update alerts.

The platform covers job board management, recruitment workflow automation, and advanced job filtering. These capabilities allow for the submission of standardized job listings specifying experience levels and contract types, while enabling candidates to search for roles using expertise and geographic filters.

Features

  • Job Discovery Platforms - A searchable directory for matching candidates with job openings using filters for experience levels and contract types.
  • Remote Job Boards - Acts as a backend API for a job board, enabling the posting and discovery of professional opportunities.
  • Job Search Platforms - Provides advanced search refinement to narrow job results based on technology, expertise, and geography.
  • Job Status Management - Provides tools for the lifecycle management of professional job listings, including creation and updates.
  • Recruitment APIs - Provides a standardized set of REST endpoints for managing job listings and professional role metadata.
  • RESTful API Designs - Exposes system resources through a RESTful API for structured exchange of job listing data.
  • Recruitment Workflow Integrations - Automates the recruitment process by streamlining vacancy posting and candidate notification workflows.
  • Application Pipeline Tracking - Enables candidates to monitor the status of their specific employment applications and receive updates.
  • Job Alert Subscriptions - Provides a real-time email notification system for users subscribed to job opening status changes.
  • Listing Submissions - Allows the submission of standardized job listings specifying experience levels and contract types.
  • Query Filters - Provides dynamic database query filtering to narrow job results by technology, role, or location.
  • Job Event Notifications - Implements automated email alerts triggered when professional job openings change their lifecycle status.

Star history

Star history chart for backend-br/vagasStar history chart for backend-br/vagas

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Vagas

These projects share indexed features with Vagas. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • frontendbr/vagasfrontendbr avatar

    frontendbr/vagas

    15,176View on GitHub↗

    Vagas is an open-source job board platform designed to manage and distribute software engineering employment opportunities. It functions as a centralized repository where job listings are submitted, reviewed, and maintained through a collaborative, version-controlled workflow. The platform utilizes a static site generation model to pre-render job data into high-performance HTML, ensuring the career portal remains accessible and optimized for search engines. By leveraging a pull-request-driven process, the system standardizes how job openings are published and updated, allowing for the lifecyc

    frontend-jobsvagasvagas-frontend
    View on GitHub↗15,176
  • greatghoul/remote-workinggreatghoul avatar

    greatghoul/remote-working

    11,632View on GitHub↗

    This project serves as a comprehensive resource hub for individuals navigating remote work, functioning as both a job aggregator and a professional development guide. It provides a centralized platform for discovering remote employment opportunities across diverse industries while offering structured insights into the challenges and requirements of a home-based career. The platform distinguishes itself by combining automated job discovery with a curated knowledge base focused on the nuances of distributed work. It enables users to filter listings based on specific professional taxonomies and

    Rubychinafreelancerremote-work
    View on GitHub↗11,632
  • chenshenhai/koa2-notechenshenhai avatar

    chenshenhai/koa2-note

    5,161View on GitHub↗

    koa2-note is a project focused on Koa2 web server development and Node.js asynchronous programming. It provides a framework for building web servers and APIs using an asynchronous middleware pipeline to handle request and response cycles. The project emphasizes a layered backend architecture that decouples routing, business services, and data models. It distinguishes itself through the integration of relational databases for persisting user sessions and application data, alongside a build process that includes JSX-to-JavaScript compilation for frontend assets. The capability surface covers b

    course-noteskoakoa2
    View on GitHub↗5,161
  • fnc12/sqlite_ormfnc12 avatar

    fnc12/sqlite_orm

    2,670View on GitHub↗

    This project is a header-only C++ library that provides an object-relational mapping layer for SQLite databases. It enables developers to map native class structures directly to database tables, facilitating type-safe data persistence and retrieval without the need for raw query strings. The library distinguishes itself through the use of template-based metaprogramming, which allows for compile-time schema mapping and query construction. By utilizing a fluent interface, it translates method calls into optimized database statements, while its support for prepared statement caching minimizes pa

    C++cpluspluscplusplus-14cpp
    View on GitHub↗2,670
Compare all 30 related projects→

Frequently asked questions

What does backend-br/vagas do?

Vagas is a job board backend API and employment discovery service. It provides a set of RESTful endpoints for posting, filtering, and discovering professional job opportunities based on technology stacks, locations, and role metadata.

What are the main features of backend-br/vagas?

The main features of backend-br/vagas are: Job Discovery Platforms, Remote Job Boards, Job Search Platforms, Job Status Management, Recruitment APIs, RESTful API Designs, Recruitment Workflow Integrations, Application Pipeline Tracking.

Which projects share features with backend-br/vagas?

Projects with overlapping indexed features include: frontendbr/vagas — Vagas is an open-source job board platform designed to manage and distribute software engineering employment… greatghoul/remote-working — This project serves as a comprehensive resource hub for individuals navigating remote work, functioning as both a job… chenshenhai/koa2-note — koa2-note is a project focused on Koa2 web server development and Node.js asynchronous programming. It provides a… fnc12/sqlite_orm — This project is a header-only C++ library that provides an object-relational mapping layer for SQLite databases. It… doctrine/orm — Doctrine ORM is a PHP object-relational mapper that connects application objects to relational database tables. It… doctrine/doctrinebundle — DoctrineBundle is a Symfony integration that configures and manages the Doctrine Object Relational Mapper and Database…