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.
First clone the repository.
$ git clone https://github.com/RajithaKumara/Best-Fit-Job-ServerGo to inside directory.
$ cd Best-Fit-Job-ServerInstall dependencies.
$ npm installServe with hot reload at localhost:3000 (default).
$ npm run devor Serve without reload at localhost:3000 (default).
$ npm startRun unit testing once.
$ npm testRun unit testing with reload.
$ npm test-watchFor a detailed explanation on how things work, check out the guide and startup template.