All Projects → atulmy → hire-smart

atulmy / hire-smart

Licence: MIT license
✅ HIRE SMART (community edition) - Streamline hiring process, scheduling interviews and tracking candidates.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to hire-smart

System Design Primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
Stars: ✭ 154,659 (+230734.33%)
Mutual labels:  interview, webapp
Online-Food-Ordering-Web-App
Online Food Ordering System Website using basic PHP, SQL, HTML & CSS. You can use any one of XAMPP, WAMP or LAMP server to run the Web App
Stars: ✭ 96 (+43.28%)
Mutual labels:  webapp
fe-interview-handwrite
📖 前端面试常见手写题整理
Stars: ✭ 273 (+307.46%)
Mutual labels:  interview
HRM Software
Human resource management C# based with SQL database desktop software.
Stars: ✭ 22 (-67.16%)
Mutual labels:  human-resource-managment
javascript-interview-questions
A collection of JavaScript modern interview questions for beginners to experts
Stars: ✭ 290 (+332.84%)
Mutual labels:  interview
sanabil
A platform to organize the work of charity in Algiers City
Stars: ✭ 16 (-76.12%)
Mutual labels:  webapp
Data-Structures-and-Algorithms
📝 Algorithms and data structures implemented in C++
Stars: ✭ 171 (+155.22%)
Mutual labels:  interview
otp-authenticator-webapp
A 'Google Authenticator' like Single Page Application
Stars: ✭ 69 (+2.99%)
Mutual labels:  webapp
WebReader
基于HTML5开发的WebApp阅读器
Stars: ✭ 19 (-71.64%)
Mutual labels:  webapp
Javascript-Interview-Preparation
A curated collection of javascript interview questions & solutions.
Stars: ✭ 163 (+143.28%)
Mutual labels:  interview
WorkGroup
Self-Hosted private Social Media-Intranet for Companies.
Stars: ✭ 21 (-68.66%)
Mutual labels:  webapp
PortfolioV2
🔥 The Complete Customizable Software Developer Portfolio Template which lets you showcase your work and provides each and every detail about you as Software Developer.
Stars: ✭ 197 (+194.03%)
Mutual labels:  webapp
interview questions
Recruitment questions I (or colleagues ;)) heard/were asked during interviews. Good for a learning purpose.
Stars: ✭ 33 (-50.75%)
Mutual labels:  interview
learning-computer-science
Learning data structures, algorithms, machine learning and various computer science constructs by programming practice from resources around the web.
Stars: ✭ 28 (-58.21%)
Mutual labels:  interview
mikazuki
AniList Anime Tracker - built with Love & Vue.js
Stars: ✭ 64 (-4.48%)
Mutual labels:  webapp
code interview
LeetCode LintCode 题解, 剑指offer题目,互联网公司面试,BAT外企等面试题目
Stars: ✭ 21 (-68.66%)
Mutual labels:  interview
unofficial-webapp-office
Access all of your favorite Office 365 apps from Linux
Stars: ✭ 139 (+107.46%)
Mutual labels:  webapp
fd-vue-webapp
A Vue.js web application for Freedomotic Open IoT framework
Stars: ✭ 63 (-5.97%)
Mutual labels:  webapp
code-snippets
✍️ code - 手写系列
Stars: ✭ 41 (-38.81%)
Mutual labels:  interview
domino
a tool for collaging thoughts
Stars: ✭ 83 (+23.88%)
Mutual labels:  webapp

Hire Smart

HIRE SMART

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

Technology Stack

  • API
    • Node
    • Express
    • MongoDB
    • Remote Procedure Call (RPC)
  • Web
    • React
    • Redux
    • React Router
    • Material UI

Setup and Running

  • Prerequisites
    • Node
    • MongoDB
  • Clone repo git clone [email protected]:atulmy/hire-smart.git hire-smart
  • Switch to code directory cd code
  • Configurations
    • API
      • Create local environment file cp /api/.env.example /api/.env.local
      • Modify /api/.env.local for database credentials
      • Modify /api/.env.local for PORT (optional)
    • Web
      • Create local environment file cp /web/.env.example /web/.env.local
      • Modify /web/.env.local for PORT / API URL (optional)
  • Setup
    • API: Install packages and database setup (migrations and seed) cd api and npm run setup
    • Webapp: Install packages cd web and npm install
  • Development
  • Deployment
    • Without Docker
      • Configure nginx on server
      • Run API cd api and npm run start:prod, creates an optimized build in build directory and runs the server
      • Run Webapp cd web and npm run start:prod, creates an optimized build in build directory and runs the server
    • Using Docker
      • cd code/deploy
      • Update your domain, SSL certificate path and other configurations in docker-compose.yml
      • Start Docker containers: docker-compose up -d

Authors

  • Atul Yadav - GitHub · Twitter
  • [YOUR NAME HERE] - Feel free to contribute to the codebase by resolving any open issues, refactoring, adding new features, writing test cases or any other way to make the project better and helpful to the community. Feel free to fork and send pull requests.

Support

Become a Patreon

Hire me

Looking for a developer to build your next idea or need a developer to work remotely? Get in touch: [email protected]

License

Copyright (c) 2018 Atul Yadav http://github.com/atulmy

The MIT License (http://www.opensource.org/licenses/mit-license.php)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].