Skip to content
kimschles edited this page Jun 27, 2018 · 1 revision

API Development with Hapi Framework and NoSQL

Nic Raboy at DenverScript June 26, 2018 GitHub Repo

Install Dependencies

  • npm install hapi joi couchbase uuid

  • hapi is a node.js framework that is often used to build apis

  • CouchBase is a NOSQL database

Clone this wiki locally