reverentgeek / secure-node-app-hapi

Build a Secure Node.js Application with JavaScript Async Await Using Hapi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build a Secure Node.js Application Tutorial with Hapi

This is a sample application for the article Build a Secure Node.js Application with JavaScript Async Await Using Hapi.

Built with love, using:

Running locally

Prerequisites:

Steps to run the web application:

  1. Clone this repository (or download and extract the zip file)
  2. Open a command prompt or terminal
  3. Change to the directory that contains the project files
  4. Run npm install to install all the dependencies
  5. Run npm run dev to start the development server
  6. Browse to http://localhost:8080

Run the tests

> npm run test

About

Build a Secure Node.js Application with JavaScript Async Await Using Hapi

License:MIT License


Languages

Language:JavaScript 89.8%Language:HTML 10.2%