Skip to content

Instantly share code, notes, and snippets.

View imtiazwazir's full-sized avatar
🎯
Focusing

Imtiaz Wazir imtiazwazir

🎯
Focusing
View GitHub Profile
@imtiazwazir
imtiazwazir / hapijs-rest-api-tutorial.md
Created November 19, 2016 06:17 — forked from agendor/hapijs-rest-api-tutorial.md
A practical introduction to building a RESTful API with the hapi.js server framework for Node.js
<?php
// app/start/global.php
/*
|--------------------------------------------------------------------------
| Application Error Logger
|--------------------------------------------------------------------------
|
| Here we will configure the error logger setup for the application which
module.exports = function(grunt) {
require('lineman').init(grunt);
grunt.initConfig({
// stuff
});
// Default task.
grunt.registerTask('default', ['run']);
};