Türkiyede stajyer alan firmaların bilgileri listeleyen bir servistir.
Install all the Node dependencies listed in package.json run the following command in Terminal
npm install
Step 1: if exist Remove lock file. sudo rm /var/lib/mongodb/mongod.lock
Step 2: Repair mongodb. mongod --repair
Step 3: start mongodb. sudo start mongodb
http://www.elastic.co/guide/en/elasticsearch/reference/current/setup.html
To run server execute:
node bin/www
Check api is working if user authenticated
Sign Up
username ='sampleUser'
password ='samplePassword'
name='name'
email='email@test.com'
Get user information if user authenticated.
Authorization: Bearer 7yr8KHwufOc0po+0qkwE6z+l
Change user information if user authenticated.
email='email2@test.com'
Creating access tokens:
client_id ='client'
client_secret ='client'
grant_type='password'
username='sampleUser'
password='samplePassword'
Getting all company list.
Pagining company list
Find sector based company
Find city based company
q='elastichsearchbased'
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request