项目作者: RajithaKumara

项目描述 :
Back-end Node.js server for `Best-Fit-Job` online job portal.
高级语言: JavaScript
项目地址: git://github.com/RajithaKumara/Best-Fit-Job-Server.git
创建时间: 2018-01-09T13:10:31Z
项目社区:https://github.com/RajithaKumara/Best-Fit-Job-Server

开源协议:MIT License

下载


Best-Fit-Job-Server

Build Status
Docker Status

This project makes a platform for job seekers to find jobs and employers to offer jobs easily. In order to fulfil this task, this system has portals for job seekers and people who offer jobs. Job seekers are able to add their knowledge, skills, attitudes and other extra attributes to their account. On the other hand, employers can add their job opportunities with expected skills. The output of this system is matching job opportunities with job seekers profiles and sending notifications to both parties.

Usage

First clone the repository.

  1. $ git clone https://github.com/RajithaKumara/Best-Fit-Job-Server

Go to inside directory.

  1. $ cd Best-Fit-Job-Server

Install dependencies.

  1. $ npm install

Serve with hot reload at localhost:3000 (default).

  1. $ npm run dev

or
Serve without reload at localhost:3000 (default).

  1. $ npm start

Testing

Run unit testing once.

  1. $ npm test

Run unit testing with reload.

  1. $ npm test-watch

For a detailed explanation on how things work, check out the guide and startup template.