Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 813 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 813 Bytes

Build Status

Jobs Serach Application Using Github, StackOverflow Search APIs

Upcoming releases will have User Management and Linkedin Job API

Introduction

This is a basic application using the Zend Framework MVC layer and module systems. This application is meant to be used as a Job Search using various APIs like Github, Linkedin and etc.

Installation

Clone the the repository

$ cd /path/to/install
$ composer install

Create the database named jobs, import the dump from data/db/jobs.sql

Update the DB credentials in config/autoload/global.php

Once installed, you fetch the data and insert it into DB runing:

$ cd /path/to/install
$ php public/index.php update jobs