From 409cde7373447269611967fc4eef7a4b9f6702f3 Mon Sep 17 00:00:00 2001 From: Tu Tran Date: Fri, 19 May 2017 14:01:31 -0400 Subject: [PATCH] TDD with node, postgres, knex --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 959278a..2d69c85 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB #### Others (Node, Hapi, Express...): * [Build a URL Shortener with Node, MongoDB and Hapi.js](https://www.codetuts.tech/build-a-url-shortener-node-hapi-js/?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more) * [Build a real-time Markdown Editor with NodeJS](https://scotch.io/tutorials/building-a-real-time-markdown-viewer) +* [Test-Driven Development with Node, Postgres and Knex](http://mherman.org/blog/2016/04/28/test-driven-development-with-node/) * Build a Progressive Web Application (PWA) * [Part 1](https://bitsofco.de/bitsofcode-pwa-part-1-offline-first-with-service-worker/) * [Part 2](https://bitsofco.de/bitsofcode-pwa-part-2-instant-loading-with-indexeddb/)