Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 826 Bytes

README.md

File metadata and controls

38 lines (29 loc) · 826 Bytes

Intelligent Hire

An application for human resource team or recruitment consultancies to fasten hiring process, scheduling interviews and tracking candidates.

Technology Stack

  • API

    • Node
    • Express
    • MongoDB
  • Web

    • React
    • Redux
    • React Router
    • Material UI

Setup and Running

  • Prerequisites

    • Node
    • MongoDB
  • Clone repo

  • Switch to code directory cd code

  • Setup

    • API: Install packages and database setup cd api and npm run setup
    • Webapp: Install packages cd web and npm install
  • Development

Demo