Giter Site home page Giter Site logo

grjan7 / job-portal Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 232 KB

job-portal app

License: MIT License

JavaScript 94.76% CSS 2.98% HTML 2.26%
aggregation aggregation-pipleline demo-app fullstack javascript job job-listings job-listings-filter mongodb nodejs portal rest-api vanilla-javascript

job-portal's Introduction

job-portal

Job portal with filter options for skillsets and countries.

Technology Used

Backend

  • Runtime: Node.js v16.17.0,
  • Framework: Express.js
  • DB: MongoDB

Endpoints

GET /

  • serves static files

GET /jobs?[countries=countries][&skillsets=skillsets][&page=page][&jobsperpage=jobsperpage]

  • serves jobs data to requests with/without queries
  • maximum document served is based on jobsperpage
  • used MongoDB aggregation pipeline to filter data

Data

[{
  "_id": "<ObjectId>",
  "id": "<string>",
  "title": "<string>"
  "description": "<string>",
  "countries": "array<string>",
  "skillsets": "array<string>",
  "organization": {
    "name": "<string>",
    "logo": "<string>"
  }
}]

GET /jobs/:id

  • serves job data based on id
  • used MQL to filter data

Data

{
  "_id": "<ObjectId>",
  "id": "<string>",
  "title": "<string>"
  "description": "<string>",
  "countries": "array<string>",
  "skillsets": "array<string>",
  "organization": {
    "name": "<string>",
    "logo": "<string>"
  }
}

Frontend

  • HTML5, CSS3, JavaScript

Features

  • filter panel
  • joblist panel
  • ad panel

Snapshots

Default Load of Jobs

Unfiltered

Filtered By Country [countries: "India"]

country filter

Filtered By Countries [countries: "India, USA"]

multiple countries filter

Filtered By Countries and Skillsets [countries: "India, USA" & skillsets: "JavaScript"]

countries and skillsets filter

job-portal's People

Contributors

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