Skip to content

HireHub is a comprehensive full-stack application designed to streamline the hiring process and connect employers with talented individuals.

Notifications You must be signed in to change notification settings

Nithin0000007/Hirehub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

npm version code style: prettier

HireHUB

Write a project description

Prerequisites

This project requires NodeJS (version 8 or later) and NPM. Node and NPM are really easy to install. To make sure you have them available on your machine, try running the following command.

$ npm -v && node -v
16.13.0
v8.1.0

Table of contents

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Installation

BEFORE YOU INSTALL: please read the prerequisites

Start with cloning this repo on your local machine:

$ git clone https://github.com/i-see-pixels/hirehub-backend.git
$ cd hirehub-backend

To install and set up the library, run:

$ npm install

Or if you prefer using Yarn:

$ yarn add

Usage

Serving the app

$ npm start

Running the tests

$ npm test

Building a distribution version

$ npm run build

This task will create a distribution version of the project inside your local dist/ folder

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Add your changes: git add .
  4. Commit your changes: git commit -am 'Add some feature'
  5. Push to the branch: git push origin my-new-feature
  6. Submit a pull request 😎

Credits

TODO: Write credits

Built With

  • VSCode

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

  • Nithin

License

About

HireHub is a comprehensive full-stack application designed to streamline the hiring process and connect employers with talented individuals.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published