Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/futurestudio/nodejs-tutorials-hapi
Examples for the hapi tutorial series within the Future Studio University
https://github.com/futurestudio/nodejs-tutorials-hapi
future-studio-university hapi hapijs nodejs tutorials
Last synced: 3 months ago
JSON representation
Examples for the hapi tutorial series within the Future Studio University
- Host: GitHub
- URL: https://github.com/futurestudio/nodejs-tutorials-hapi
- Owner: futurestudio
- License: mit
- Created: 2016-04-06T08:11:09.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-09-03T23:22:14.000Z (over 4 years ago)
- Last Synced: 2024-04-14T00:55:39.359Z (10 months ago)
- Topics: future-studio-university, hapi, hapijs, nodejs, tutorials
- Language: JavaScript
- Homepage: https://futurestud.io/tutorials/hapi-get-your-server-up-and-running
- Size: 396 KB
- Stars: 69
- Watchers: 9
- Forks: 23
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hapi - nodejs-tutorials-hapi - Tutorial showcase for the hapi beginner series on Future Studio (Resources / Tutorials)
README
# hapi Tutorial Series
This repository contains code examples for the [hapi tutorial series with **100+ tutorials**](https://futurestud.io/tutorials/hapi-get-your-server-up-and-running). The hapi tutorial series is published within the Future Studio University.## YouTube Playlist
Find a [playlist on YouTube with videos on the individual tutorials](https://www.youtube.com/watch?v=-o6IxDy3pIk&list=PLpUMhvC6l7AMXP2bWhHF6UTZGseIkWUG_). Each video is related to a tutorial and walks you through the implementation of an individual feature. Itβs all practical, watch me live code :)------
This hapi tutorial series is sponsored by Future Studio University π
Join the Future Studio University and Skyrocket in Node.js------
## Dependencies
You need the following tools installed on your machine to actually run the individual examples:- Node.js v4+
- NPM## Setup
To set up the required environment, just clone this repository to your local machine and install the NPM dependencies.```
$ git clone [email protected]:fs-opensource/nodejs-tutorials-hapi.git
$ cd nodejs-tutorials-hapi
$ npm i
```## Run Examples
Every example code contains its own hapi server that kicks off at `localhost:3000`.```
$ cd examples
$ cd
$ node server
```Many examples allow you to check them out within the browser. Navigate your browser to the url `localhost:3000` with a running example server in the background.
## Do you wanna see a specific example?
Don't worry, just let us know :) You can file an idea within our [university-ping](https://github.com/fs-opensource/university-ping/issues/new) repository and let us know about anything you're interested to see!Enjoy coding & make it rock!